The source code repository is a simple demo repository made by khadas based on the tengine API
Get Source code
The source code repository is located on gitlab of khadas
mkdir workspace |
yolov3-camera
and yolov3-picture
are based on the demos of camera recognition and picture recognition of opencv respectively
How To Compile
- Get SDK
cd workspace |
- Compile
yolov3-picture:
cd workspace/tengine_khadas_app/yolov3-picture |
yolov3-camera:
cd workspace/tengine_khadas_app/yolov3-camera |
Among them, tengine_khadas_yolov3_picture
and tengine_khadas_yolov3_camera
are compiled executable files
How To Run
- Get tmfile
Please refer to How To Use Tengine SDK
- Run
./tengine_khadas_yolov3_camera -m path/to/yolov3 uint8_t timfile -i path/to/picture |