Open Zephyr-S opened 1 year ago
This issue happened 2 errors:
mode_type
as yolov8
in the config file, please see this config file as reference.So this issue is still openning for Error-2
: Update related code to support latest ultralytics models:
I'm trying to replace the ssd_mobilenet_v2_coco object detection model with my YOLOv8 model on the AMR. I have already modified the paths and related files (xml, label, bin). But when running the object detection docker, the model path did not change. The error shows as below:
I tried to search the "ssd_mobilenet_v2" in the folder and the result is:
I can find the model_path in the two files:
How can I compile my own Yolov8 model and update the model path?