theAIGuysCode/yolov4-deepsort

outputting results.txt

sanjel0307 opened this issue · 1 comments

I was just wondering after we run the video say on custom weights. I would like to evaluate the performance of the tracking. is there any way to output all the predictions at each frame so i can use MOT metrics afterwards?

22Raj commented

Just add --info >> results.txt at the end of your tracking command.
Example:
python object_tracker.py --video ./data/video/test.mp4 --output ./outputs/demo.avi --model yolov4 --info >> results.txt