Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.38k stars 539 forks source link

How to freeze the backbone #207

Open albert0713 opened 3 years ago

albert0713 commented 3 years ago

I already have a well-trained yolov3 weight. Is it possible that this weight is used for JDE training? Something like load this weight for JDE detection part and freeze them, then just train the id parts?