MeMOTR icon indicating copy to clipboard operation
MeMOTR copied to clipboard

I want to validate on my own dataset.

Open pandascd opened this issue 1 year ago • 4 comments

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.

pandascd avatar Dec 13 '24 08:12 pandascd

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?

HELLORPG avatar Dec 14 '24 04:12 HELLORPG

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?

pandascd avatar Dec 15 '24 04:12 pandascd

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

HELLORPG avatar Dec 16 '24 11:12 HELLORPG

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

HELLORPG avatar Dec 16 '24 11:12 HELLORPG

I have closed this issue due to a long period of inactivity.

HELLORPG avatar Jun 12 '25 23:06 HELLORPG