yolov9
yolov9 copied to clipboard
AttributeError: 'list' object has no attribute 'device' Issue 363 fix
https://github.com/WongKinYiu/yolov9/issues/363
Seems the fix is not needed. The author mentioned in #50 for yolo-*
models use detect_dual.py
, gelan-*
models use detect.py
.
https://github.com/WongKinYiu/yolov9/issues/50#issuecomment-1987152966