would you like share your code about how to generate test file TXT that [person .98 1000 300 120 260] format by yolov5?
wqangzuoshuai opened this issue · 1 comments
wqangzuoshuai commented
would you like share your code about how to generate test file TXT that [person .98 1000 300 120 260] format by yolov5?
SantJay commented
You can run the script detect.py
in LLVIP/yolov5
folder with the following settings:
python detect.py --source path/to/test/images --save-txt --save-conf
Then the results will be saved to runs/detect
.