Open haamaam opened 1 year ago
Does running on CPU get the correct result?
yes, it is detecting with cpu, and detecting with gpu for other yolo versions
Maybe it's because of half precision. You can try setting "half = False" in detect.py.
Thanks @yulin010101, this workaround worked for me. I'm running Windows 10 with a NVIDIA GeForce GTX 1650 GPU
Hi, i have no problem with detection my model in yolov5 or any other yolo version but yolov7. When i start the detect.py it shows the video, my gpu but no detection occurs?