Skip to content
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

Open
pandascd opened this issue Dec 13, 2024 · 4 comments
Open

I want to validate on my own dataset. #24

pandascd opened this issue Dec 13, 2024 · 4 comments

Comments

@pandascd
Copy link

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.:
image

I don’t know where the problem occurred, and how the file pedestrian_summary.txt is generated.

@HELLORPG
Copy link
Collaborator

According to the error, you are missing the output file ./outputs/memotr_dancetrack/val/memotr_dancetracker_tracker/cam_28.txt. Did you really have this file in your outputs dir?

@pandascd
Copy link
Author

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.
It seems that this file is automatically generated. I'm not sure if the issue lies with the path specified in the code. Where should I modify it?

@HELLORPG
Copy link
Collaborator

Have you specified the checkpoint name using --eval-model?

@HELLORPG
Copy link
Collaborator

BTW, what system did you use for this experiment? Windows or Linux?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants