mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-12 06:39:49 -05:00
nn_yolov8_pose examples based on MaixCDK
only run yolov8_pose model
- Use
maixcdk buildto compile binary files. - Move files and runtime libraries to device.
- Use SSH command with parameters to run programs.
"Usage: " + std::string(argv[0]) + " mud_model_path <image_path>";