Commit Graph

2317 Commits

Author SHA1 Message Date
Kwabena W. Agyeman
6daabb3a52 Fix hardcoded freqs. 2018-05-30 19:06:49 +02:00
Kwabena W. Agyeman
eb8b0777f4 Fix dynamically changing the XCLK frequency. 2018-05-30 19:04:52 +02:00
Kwabena W. Agyeman
e69afb34b1 Disable color bar test for non-ov7725 sensors. 2018-05-30 19:02:40 +02:00
iabdalkader
c60d18ca86 NN: Add CMSIS-NN Readme. 2018-05-29 18:14:01 +02:00
iabdalkader
e1ee5cc22b NN: Add softmax arg. 2018-05-29 18:05:22 +02:00
iabdalkader
5fba4c3ad9 NN: Move output buffer to network struct. 2018-05-29 17:57:56 +02:00
iabdalkader
1c0c8d744b NN: Fix output size. 2018-05-29 17:44:39 +02:00
iabdalkader
8ce21ddb72 NN: Add output size to network struct. 2018-05-29 17:33:20 +02:00
Kwabena W. Agyeman
ba47e84ec1 Add higher resolutions. 2018-05-29 16:46:26 +02:00
iabdalkader
83dd9bafd4 NN: apply q7 fix from upstream. 2018-05-29 04:41:26 +02:00
iabdalkader
fd5cc31f49 Fix licences.
* nn_convert.py is actually ours.
2018-05-29 03:45:45 +02:00
iabdalkader
53686b1943 NN: Add example scripts. 2018-05-25 23:17:44 +02:00
iabdalkader
d151f7e38d NN: Remove hard-coded NNs. 2018-05-25 22:50:28 +02:00
iabdalkader
280546d63e NN: Add models, quantization script and converter. 2018-05-25 22:42:40 +02:00
iabdalkader
2579d5971d Remove usr dir 2018-05-25 21:09:26 +02:00
iabdalkader
9d6f753be7 Update pyopenmv scripts 2018-05-25 21:08:40 +02:00
iabdalkader
d282e92857 Move pyopenmv to /tools 2018-05-25 21:05:27 +02:00
iabdalkader
692084bb18 Rename openmv-cascade. 2018-05-25 20:59:37 +02:00
iabdalkader
32d212283d Move haar cascades to ml/haarcascade 2018-05-25 20:58:32 +02:00
iabdalkader
1c7178269d Move examples, libraries and unit-tests to /scripts 2018-05-25 20:53:36 +02:00
iabdalkader
8f797f2687 Remove usr/logo.png 2018-05-25 20:49:29 +02:00
iabdalkader
c7ee25e098 Remove old PYGTK IDE. 2018-05-25 20:48:02 +02:00
iabdalkader
e8008a7d07 Make tools/scripts executable. 2018-05-25 20:42:25 +02:00
iabdalkader
17be28bf31 Remove old pyinstaller file. 2018-05-25 20:35:16 +02:00
iabdalkader
252eac956d Move pydfu.py to /tools 2018-05-25 20:34:10 +02:00
iabdalkader
b3e1ab1fba Move util->tools 2018-05-25 20:33:50 +02:00
iabdalkader
2ce4b4c856 Remove old GDK files. 2018-05-25 18:31:44 +02:00
iabdalkader
ce49f7e56f NN: Add input scaling.
* From CMSISNN CIFAR10 example.
2018-05-25 18:04:16 +02:00
iabdalkader
758d3ac1a7 NN: Handle GS->GS, GS->RGB888 and RGB565->GS. 2018-05-24 23:25:35 +02:00
iabdalkader
25608d86d5 NN: No reason to use fballoc0 2018-05-24 19:47:29 +02:00
iabdalkader
91f22e7d6e NN: remove convert/scaling code from network test. 2018-05-24 19:45:17 +02:00
iabdalkader
85267ee276 NN: Add test function.
* Simulates the network without actually calling any functions.
2018-05-23 03:01:01 +02:00
iabdalkader
fb83fb701f NN: Add forward code. 2018-05-23 02:26:08 +02:00
iabdalkader
d967ad62cd NN: Make base layer fields accessible from sub layers. 2018-05-22 16:30:46 +02:00
iabdalkader
fce3b9476a Add trace buffer.
* This is a simple buffer used for debugging.
2018-05-21 23:30:54 +02:00
iabdalkader
10758f376b Split script parse_compile_execute function.
* This avoids interrupting parser with pendsv (which causes a hardfault).
* Not sure what the real issue is, but this solution works for now.
2018-05-21 23:01:46 +02:00
iabdalkader
ef6b564b87 Add script to stress test OpenMV connect/exec/stop. 2018-05-21 18:43:53 +02:00
iabdalkader
23993210dd Add initial NN loading code. 2018-05-19 23:50:07 +02:00
iabdalkader
97518da1df Fix collections list_pop_front bug.
* Thanks to Rocky Song for finding the bug.
2018-05-19 23:42:48 +02:00
iabdalkader
36948fff45 Fix keypoints match list. 2018-05-17 23:55:56 +02:00
iabdalkader
a07fb2f600 WINC: Return bytes from send, recv, sendto and recvfrom. 2018-05-15 02:22:13 +02:00
Ibrahim Abd Elkader
c2c2dec6b0
Merge pull request #347 from kwagyeman/master
Update find circles with min and max radius to run faster.
2018-05-14 20:13:29 +02:00
Kwabena W. Agyeman
ac2d2fc1cd Update find circles with min and max radius to run faster.
This was a user request.
2018-05-13 19:31:32 -04:00
Ibrahim Abd Elkader
3a9b4bd2f7
Merge pull request #346 from kwagyeman/master
Add user example
2018-05-14 00:10:21 +02:00
Kwabena W. Agyeman
d19d2aca15 Add user example 2018-05-07 20:23:17 -07:00
iabdalkader
a1fd72b8c8 MP: Fix docs. 2018-05-07 13:39:57 +02:00
iabdalkader
ffdadcf8df Bump firmware version. 2018-05-07 00:04:54 +02:00
iabdalkader
0d9fa2362f Update change log. 2018-05-07 00:00:34 +02:00
iabdalkader
322ec0f3fa Update firmware images. 2018-05-06 23:54:22 +02:00
iabdalkader
da7f797429 Disable OMV2 build. 2018-05-06 23:41:51 +02:00