Open GerogeLee0115 opened 1 year ago
Hello, I have the same problem, how did you solve it? I would appreciate your reply.
I fix it by enlarging train set, the function "triplet_sampling(self, pos_pid, num_ids=8, ins_per_id=4)" in mmtracking/mmtrack/datasets/reid_dataset.py has num_ids=8 default, so person ids in your train dataset must greater than 8.
Thanks for your error report and we appreciate it a lot.
Checklist
Describe the bug A clear and concise description of what the bug is.
Reproduction
Environment
python mmtrack/utils/collect_env.py
to collect necessary environment information and paste it here.$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.)Error traceback If applicable, paste the error trackback here.
Bug fix If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!