xinranzero
xinranzero
I have met the same question. Only the txt file corresponding to the last file name is saved in the "track_result" folder, and it is empty. This shows that the...
For your new problem: Please check that your gt.txt file is saved in the correct location, as gt_files [] is displayed as empty in your result print.
Originally I could only get an empty prediction with the last file name. Then I tried the following: 1. I carefully adjusted the format of the `json` file to keep...
You can use the first half of the training set for training and the second half for validation. Run the officially provided command line ``` cd python3 tools/convert_mot17_to_coco.py ``` will...