Can I use evolve.py to finetune on own dataset (i.e. not only pedestrian?) #845
Closed
ulrikabremberg
started this conversation in
General
Replies: 1 comment 2 replies
-
Never mind, forgot to remove the class labels and thats what messed it up I think :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've been trying to use the evolve.py script to finetune the tracker configs on my own annotated dataset, but I can't get it to work. I have created the MOT like structure like described, with image folder and gt.txt annotations etc. In the val_utils folder I have adapted the classes in mot_challenge_2d_box.py to match my classes. The script generates accurate predictions in the "exp" output folder, but upon running the run_mot_challenge it seems to crash. Is it at all possible to use this script if not interested in pedestrians, but rather the coco classes?
I've been looking at these issues before: #590, and also this one: #669 that seem to have a similar problem but not any direct solutions to my problem.
This is the output:
Hope it makes sense :)
Beta Was this translation helpful? Give feedback.
All reactions