Skip to content

Releases: aidlearning/AidLearning-FrameWork

Fixed OPPO/Nubia cannot start cam bug!

05 Jul 05:54
4b8cede
Compare
Choose a tag to compare

1、Fixed OPPO/Nubia cannot start camera bug!
2、Fixed the FaceID/FacePose support the Python3
3、Fixed the white screen under the terminal bug!

Drag and Touch programing support, code auto complete support

29 Jun 01:21
61d3c76
Compare
Choose a tag to compare


What's new:

  1. Fixed the bug that apt update failed (ps:The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD62925553 NO_PUBKEY 7638D0442B90D010 NO_PUBKEY EF0F382A7B6500)
  2. AiCode has major updates:
  • The interface and menu were redesigned to fix the bug of floating menu occlusion code.
  • New code auto-prompting function, if you input the initial letters of variables, functions and keywords, the system will automatically complete , which can greatly improve efficiency.
  • New ui Design Interface (Wizard), now ui design does not require you to write ui code , you can use touch and drag Components to generate ui codes. We have built-in a large number of UI development components,the system will automatically generate ui code, you only need to focus on the core processing code.
  1. Redesign the example codes and use the new ui Design method.

  2. Because of the importing of touch and drag programming, the development code now adopts the method of separating the ui interface from the personal core processing code. The ui interface code is generated by the system, and the core processing code system also generates the port, you can focus on the part you really want to deal with.

  3. Fixed the problem of relying on a small amount of network traffic. Now even if your mobile phone is in flight mode, it can run the system.

  4. Update other bugs that affect stability

V0.72

08 Jun 12:22
e68f77b
Compare
Choose a tag to compare

Update:

  1. update python3.5.1 to python3.6.4
  2. update Gluoncv 0.3 to Gluoncv 0.4
  3. update pytorch 0.5 to pytorch 1.1
  4. fix some other bugs

AidLearningV0.70

01 Jun 13:16
2e5267b
Compare
Choose a tag to compare

What's new:

Full support for Python 3 and python 2, as well as PIP3 and PIP2 install

Caffe/MXNET/Gluoncv/Tensorflow/ Keras/Pytorch/Opencv4 for Python3 and Python2 are perfectly supported

With the new CVS package, you can easily customize your interface with Python code:

cvs. setTitle ("Face Recognize")
cvs. setInput_dict (usr_dict)
cvs. setSubmitName ("Register your FaceID")
cvs. setCamX (350,480)
cvs. setInfoX (320,60)

Now You can use apt (apt-get) to install new packages to improve your Linux Environment...

Some BUGs have been solved, such as:
Press the home key to return home and then enter the app: Instead of returning to the GUI, the problem is returning to the terminal.
Reducing dependence on network traffic.

Adding new buttons for running Python 3 and python 2 online for Aid_code IDE

Add the AI Example Center, put some examples on the website, the new examples can be downloaded from the website in the future, in order to prevent the distribution of installation packages too large.

Modified accounts that do not activate the mailbox can be logged in directly, but there are prompts to activate the interface after login...

AidLearningV0.60

10 May 13:52
db32d80
Compare
Choose a tag to compare

Release the ssh connect pc
Release the Edit codes in the pc by 8900 port

AidLearningV0.59

05 May 08:24
db32d80
Compare
Choose a tag to compare

Support Caffe,Mxnet,Tensorflow,Keras,Ncnn
Support Opencv2,git,ssh,
andorid OS: aarch64
AidCode:Python 2.7 Online Run and show logs...