marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.47k stars 355 forks source link

cannot run get_wts_yolov8.py #577

Open irsyad565 opened 2 hours ago

irsyad565 commented 2 hours ago

/usr/bin/python3.10 /home/dyna/DeepStream-Yolo/utils/gen_wts_yoloV8.py --weights /home/dyna/Downloads/best.pt --size 640 Error in cpuinfo: prctl(PR_SVE_GET_VL) failed Traceback (most recent call last): File "/home/dyna/DeepStream-Yolo/utils/gen_wts_yoloV8.py", line 5, in from ultralytics.yolo.utils.torch_utils import select_device ModuleNotFoundError: No module named 'ultralytics.yolo'

hi, i cant run the code Name: ultralytics Version: 8.3.19

thank you for the help

marcoslucianops commented 1 hour ago

The get_wts_yolov8.py exporter isn't supported anymore. Please use the utils/export_yoloV8.py.