WongKinYiu / yolov9

Implementation of paper - YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
GNU General Public License v3.0
8.97k stars 1.42k forks source link

has some exceptions #204

Closed yoovor closed 8 months ago

yoovor commented 8 months ago

image why my detection has this exception? my code below : detect.py --weights=yolov9-c.pt --source=rtsp://192.168.0.112/D15.264 --device cpu --nosave

Youho99 commented 8 months ago

Check #11

WongKinYiu commented 8 months ago

Please use detect_dual.py.