Commit Graph

109 Commits

Author SHA1 Message Date
Kwabena W. Agyeman
3e46eee35a scripts/libraries: Add support for yolov8 post-processing. 2025-05-15 20:58:22 -07:00
iabdalkader
c27e850b30 scripts/libraries: Clean remote core output.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-03-30 16:24:33 +02:00
iabdalkader
cf571aec92 scripts/libraries: Add romfs util.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-03-30 08:26:41 +02:00
iabdalkader
fe590b627b scripts/libraries: Add Alif boot scripts.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-03-30 08:26:41 +02:00
iabdalkader
36f0aafec4 scripts/libraries: Add Open-AMP extension.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-03-30 08:26:41 +02:00
iabdalkader
416bc46136 scripts/examples: Update examples.
Use romfs paths.
2025-03-29 09:24:31 +01:00
iabdalkader
3f55d956c5 scripts/libraries: Load model's labels from file.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-03-29 08:41:28 +01:00
Kwabena W. Agyeman
0d4a786507 tools/rpc: Remove the desktop RPC library.
This code doesn't work well on non-real time systems. Additionally, given USB UART
is the connection of choice it makes scripts hard to use. It's better to use the
debug protocol scripts or the pyboard controller script.
2025-02-06 22:34:46 -08:00
Kwabena W. Agyeman
979b4e8ee6 scripts/libraries: Simplify YOLO post-processing using keepdims. 2025-01-26 16:36:41 -08:00
Kwabena W. Agyeman
6d21326233 scripts/libraries: Expose nms settings in yolo post-processing callbacks. 2025-01-26 15:44:50 -08:00
Kwabena W. Agyeman
d67bd1ad7c scripts/libraries: Cleanup yolo v2 post-processing. 2024-12-30 00:20:31 -08:00
Kwabena W. Agyeman
2b98a4e963 scripts/libraries: Add yolo v5 post processing support. 2024-12-30 00:20:28 -08:00
Kwabena W. Agyeman
6850fc1cc7 modules/omv: Move debug mode flag to omv module. 2024-11-30 14:03:50 -08:00
iabdalkader
823da8dea0 scripts/libraries: Revert fully vectorize and cleanup yolo_v2.
This reverts commit 5394a3d32f.

Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-11-28 08:31:18 +01:00
Kwabena W. Agyeman
5394a3d32f scripts/libraries: Fully vectorize and cleanup yolo_v2 post-processing. 2024-11-24 14:29:48 -08:00
Kwabena W. Agyeman
73acc05ae8 scripts: Add yolov2 post-processor. 2024-11-23 23:02:31 -08:00
iabdalkader
cefcfcf447 scripts/libraries: Update boot script. 2024-11-14 12:20:43 +01:00
iabdalkader
61adee7bc4 scripts: Add common filesystem boot script.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2024-11-12 13:41:08 +01:00
iabdalkader
dc2d466226 scripts/libraries: Add ml postprocessing module. 2024-10-18 20:43:11 +02:00
iabdalkader
5c2f4388cf scripts/libraries: Pass extra kwargs to audio from ml. 2024-10-18 20:27:07 +02:00
iabdalkader
6671d9df50 libraries/ml/ml/apps: Allow passing gain to audio init. 2024-10-09 19:40:49 +02:00
iabdalkader
3dd5cc3b26 misc: Update licenses. 2024-10-04 20:55:40 +02:00
iabdalkader
8824e93da9 scripts: Remove obsolete u-prefix from imports.
Fixes #2424
2024-09-30 12:56:20 +02:00
iabdalkader
44a7e579d7 scripts/libraries: Remove RPC network master/slave. 2024-08-30 20:46:12 +02:00
iabdalkader
6513276c1d scripts/libraries: Remove ble_advertising.
aioble should be used instead. There's an example for the temperature
using aioble.
2024-08-30 20:38:06 +02:00
Kwabena W. Agyeman
6b041409df scripts/libraries: Add missing return in microspeech.listen(). 2024-07-28 21:11:00 -07:00
Ibrahim Abdelkader
7d623159be
Merge pull request #2281 from kwagyeman/kwabena/rpc_machine
scripts/libraries: Update rpc_spi_master to use the machine module.
2024-07-22 09:51:44 +02:00
Kwabena W. Agyeman
9848eed128 modules/py_image: Replace unpack with ndarray creation. 2024-07-18 16:36:16 -07:00
Kwabena W Agyeman
072db9647e
scripts/libraries: Update normalization to handle 3D/4D image tensors. (#2258)
* scripts/libraries: Add sanity checks to image Normalization.
2024-07-16 21:48:57 +02:00
Kwabena W. Agyeman
0154ada533 scripts/libraries: Update rpc_i2c_master to use the machine module. 2024-07-14 15:05:35 -07:00
Ibrahim Abdelkader
357b6f9b07
modules/py_ml: Fix model kwargs. (#2280)
* modules/py_ml: Fix model kwargs.
2024-07-14 23:44:37 +02:00
Kwabena W. Agyeman
1ec77498ad scripts/libraries: Update rpc_spi_master to use the machine module. 2024-07-14 13:47:52 -07:00
iabdalkader
6fd7d56a85 scripts: Update ML examples and library. 2024-07-13 00:33:32 +03:00
Ibrahim Abdelkader
c15bc9cdf4
Merge pull request #2260 from kwagyeman/kwabena/move_nms_to_utils
scripts/libraries: Moved nms class to ml/utils.
2024-07-08 22:37:04 +02:00
Kwabena W. Agyeman
6041c58294 scripts/libraries: Moved nms class to ml/utils. 2024-07-08 13:26:14 -07:00
iabdalkader
3b0e06587a scripts/libraries: Fix Normalization image format. 2024-07-08 23:21:16 +03:00
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
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
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
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
Kwabena W. Agyeman
7d1f378a08 modules: Change dsi read/write to generic bus read/write. 2024-02-15 13:43:03 -08:00
iabdalkader
9081ab8edc scripts/libraries: Replace pyb with time module in vl53l1x.py. 2024-01-08 17:01:15 +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
Kwabena W. Agyeman
198dd33379 scripts/libraries: Change the PRC Interface Library UART Master. 2023-12-23 13:31:00 -08:00
Ibrahim Abdelkader
b65f639f82
Merge pull request #1994 from openmv/display_backlight
modules/display: Add support for Python backlight controllers.
2023-10-27 15:24:39 +02:00