mirror of
https://github.com/mit-han-lab/tinyengine.git
synced 2025-05-11 18:01:23 +08:00

* support person detection * python code for openmv IDE * support person detection * python code for openmv IDE * minor polish * readme * gif * minor
6 lines
263 B
Bash
6 lines
263 B
Bash
cd ../../
|
|
PYTHONPATH=$PYTHONPATH:${pwd} python examples/detection_fpn.py
|
|
cp -r TinyEngine examples/openmv_person_detection/openmv/src/omv/modules/
|
|
mv codegen/ examples/openmv_person_detection/openmv/src/omv/modules/TinyEngine/
|
|
cd examples/openmv_person_detection
|