yolov4-deepsort
yolov4-deepsort copied to clipboard
outputting results.txt
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?
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