longcw / MOTDT

Real-time Multiple People Tracking with Deeply Learned Candidate Selection and Person Re-identification
MIT License
531 stars 130 forks source link

What parameters can be tuned for better results? #21

Open cppntn opened 5 years ago

cppntn commented 5 years ago

Hello, thanks for this wonderful work.

What parameters can be tuned in order to reach better results?

Another question: is it ok to use YOLO as the detector for the people, then feed the image with bounding boxes obtained with YOLO to the Patch Classifier or am I missing something?

Thanks

lynnw123 commented 5 years ago

I am also interested in this, did you solve the feed YOLO detection result to MOTDT tracking?