yolov4-deepsort icon indicating copy to clipboard operation
yolov4-deepsort copied to clipboard

outputting results.txt

Open sanjel0307 opened this issue 3 years ago • 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?

sanjel0307 avatar Apr 07 '22 18:04 sanjel0307

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

22Raj avatar Apr 11 '22 08:04 22Raj