-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to validate on my own dataset. #24
Comments
According to the error, you are missing the output file |
Thank you for your response. I checked and found that the file ./outputs/memotr_dancetrack/val/memotr_dancetracker_tracker/cam_28.txt does not exist, but the file ./outputs/memotr_dancetrack/val/memotr_dancetrack_tracker/tracker/cam_28.txt does exist. |
Have you specified the checkpoint name using |
BTW, what system did you use for this experiment? Windows or Linux? |
Hello, I would like to perform validation on my own dataset. First, I arranged my dataset according to the DanceTrack dataset format, and the dataset name remains as "dancetrack". Then, I ran the following command:
python main.py --mode eval --data-root /home2/cxz/python_project/MeMOTR-main/DATADIR --eval-mode specific --evdir ./outputs/memotr_dancetrack/ --eval-threads 1
An error occurred.:
I don’t know where the problem occurred, and how the file pedestrian_summary.txt is generated.
The text was updated successfully, but these errors were encountered: