Commit Graph

331 Commits

Author SHA1 Message Date
Kwabena W. Agyeman
3f8491cb0e scripts/libraries: Move nms to python. 2024-07-07 23:02:15 -07:00
Kwabena W. Agyeman
068c7c11f3 scripts/libraries: Fix bug in ml model.py assignment. 2024-07-07 15:41:03 -07:00
iabdalkader
eac75a75c6 scripts/examples: Update examples. 2024-07-07 21:55:07 +03:00
iabdalkader
9a186f4e27 libraries/ml: Convert ml to a package.
Add preprocessing, model wrapper and utils.
2024-07-07 21:48:38 +03:00
iabdalkader
fab5368329 scripts/libraries: Add a non-blocking mode to MicroSpeech. 2024-07-03 17:44:41 +02:00
iabdalkader
8ee4a28327 scripts/examples: Update examples. 2024-06-28 16:32:04 +02:00
iabdalkader
b301701050 scripts/libraries: Add ML extensions module.
This module extends the built-in ML module with the Micro Speech
keyword spotter implementation.
2024-06-28 16:32:04 +02:00
Kwabena W. Agyeman
7bf5b3fa7e modules/py_image: Add support for turning lists/tuples into Images. 2024-06-21 22:05:11 -07:00
Kwabena W. Agyeman
3e37f46db4 modules/py_tf: Remove detect() and segment() in favor of predict(). 2024-06-21 10:41:09 +02:00
Kwabena W. Agyeman
3863c38228 modules/py_tf: Remove classification object. 2024-06-21 10:41:09 +02:00
Kwabena W. Agyeman
08ca21fd1b imlib/pool: Remove obsolete pooling functions. 2024-05-19 20:06:37 -07:00
Kwabena W. Agyeman
3fee02ffb5 modules/py_image: Update py_image_to with mp_arg_parse_all. 2024-05-12 21:12:17 -07:00
Kwabena W. Agyeman
3aea9f9687 scripts/libraries: Fix RTSP library to work with VLC. 2024-03-20 10:33:57 -07:00
王开智
e763300b8b
library/pid.py change millis to ticks_ms
change pyb.millis to time.tick_ms, for supporting imx.rt
2024-03-13 13:15:27 +08:00
iabdalkader
ca1b80503b scripts/libraries: Fix MQTT SSL params. 2024-03-05 17:45:50 +01:00
iabdalkader
3672773459 scripts/examples: Update AP mode examples. 2024-03-04 12:36:53 +01:00
Ibrahim Abdelkader
c0ee9a967f
Merge pull request #2068 from kwagyeman/kwabena/add_user_spi_display_control
modules/py_display: Add user SPI LCD register control.
2024-02-18 00:39:25 +02:00
Ibrahim Abdelkader
820e59df58
Merge pull request #2149 from kwagyeman/kwabena/add_machine_board_control_examples
scripts/examples: Add imxrt board control examples.
2024-02-17 09:39:34 +02:00
Kwabena W. Agyeman
ae8132547f scripts/examples: Add imxrt board control examples. 2024-02-16 12:01:32 -08:00
Kwabena W. Agyeman
7d1f378a08 modules: Change dsi read/write to generic bus read/write. 2024-02-15 13:43:03 -08:00
Kwabena W. Agyeman
055a468b83 imlib: Remove cartoon() method. 2024-02-12 20:27:41 -08:00
Kwabena W. Agyeman
b57864ea11 scripts/examples: Add working Pure Thermal OpenMV example. 2024-02-03 12:06:04 -08:00
Kwabena W. Agyeman
e7ca0955f9 scripts/examples: Reorganize OpenMV Board examples. 2024-01-24 21:19:10 -08:00
Kwabena W. Agyeman
3b263c3a68 boards: Enable OV5640 Autofocus firmware and add example. 2024-01-19 16:21:04 -08:00
Ibrahim Abdelkader
b530b48651
Merge pull request #2077 from kwagyeman/kwabena/upgrade_cmm
modules/py_image: Upgrade ccm to work well with ulab.
2024-01-12 20:39:14 +02:00
iabdalkader
9081ab8edc scripts/libraries: Replace pyb with time module in vl53l1x.py. 2024-01-08 17:01:15 +02:00
Kwabena W. Agyeman
a99d9e09ea modules/py_image: Upgrade ccm to work well with ulab. 2024-01-03 22:27:08 -05:00
Ibrahim Abdelkader
4c659b9511
Merge pull request #2067 from kwagyeman/kwabena/remove_center_args
scripts/examples: Remove old CENTER argument usage.
2024-01-03 18:06:54 +02:00
iabdalkader
ded100e6c6 scripts/libraries: Fix machine.LED.value(). 2024-01-03 10:58:49 +01:00
iabdalkader
d12874c637 scripts/libraries: Improve MQTT library. 2024-01-03 10:58:21 +01:00
iabdalkader
0f6684a41c scripts/examples: Update mqtt examples. 2024-01-03 10:57:09 +01:00
Kwabena W. Agyeman
2d8216362a scripts/examples: Remove old CENTER argument usage. 2023-12-31 17:36:39 -05:00
Kwabena W. Agyeman
e3913c5bd6 scripts/examples: Remove person detection code. 2023-12-23 13:31:09 -08:00
Kwabena W. Agyeman
198dd33379 scripts/libraries: Change the PRC Interface Library UART Master. 2023-12-23 13:31:00 -08:00
iabdalkader
41295fa8ac scripts/examples: Fix GIGA display script.
The image is rotated after drawing the touch points, now that
we're using the new draw flags, so the touch X axis needs to be
reversed.
2023-12-06 09:20:38 +01:00
Kwabena W. Agyeman
83229dcdfe modules/py_mjpeg: Calculate MJPEG FPS internally. 2023-12-05 11:03:31 -05:00
Ibrahim Abdelkader
a31ce6408f
Merge pull request #2021 from kwagyeman/kwabena/timeout_char
scripts/examples: Add timeout_char to uart examples.
2023-12-04 20:59:44 +02:00
iabdalkader
fb1dbdf1ba scripts/examples: Fix Nano 33 audio example. 2023-11-29 17:35:27 +01:00
Kwabena W. Agyeman
c3bb53e25d scripts/examples: Add timeout_char to uart examples. 2023-11-26 19:33:01 -05:00
Kwabena W. Agyeman
cb7df708cf scripts/examples: Update thermal scripts for new refectored API. 2023-11-26 19:26:20 -05:00
iabdalkader
c5f2bc7e10 scripts/examples: Update examples.
- Fix Audio scripts init args.
- Update display example.
2023-11-25 15:32:00 +01:00
Kwabena W. Agyeman
a79cf5be55 scripts/examples: Remove examples with shadow removable. 2023-11-22 17:37:34 -05:00
Kwabena W. Agyeman
953104284a scripts/examples: Fix triggering in frame differencing examples. 2023-11-22 17:37:27 -05:00
iabdalkader
cfc1a37d3c scripts/examples: Fix Nicla UART example. 2023-11-07 18:21:10 +01:00
Kwabena W. Agyeman
3fc2480126 modules: Move palette constants to the image module. 2023-10-29 23:30:16 -07:00
Kwabena W. Agyeman
2054b64cd4 scripts: Fix light shield and low power ordering. 2023-10-29 22:56:48 -07:00
Ibrahim Abdelkader
32b4bc06a4
Merge pull request #2004 from kwagyeman/kwabena/rename_openmv_example_scripts
scripts: Rename OpenMV example scripts to sort correctly.
2023-10-30 07:51:47 +02:00
Kwabena W. Agyeman
c5c9c030e0 scripts: Rename OpenMV example scripts to sort correctly. 2023-10-29 22:41:04 -07:00
Kwabena W. Agyeman
162ac39e78 scripts: Add examples path name to index.csv to fix sorting. 2023-10-29 15:56:23 -07:00
iabdalkader
98a29e0870 scripts/examples: Update examples.
- Add examples index.
- Remove RP2040's Bluetooth examples.
- Resort examples.
2023-10-29 21:21:55 +01:00