Is customization of backbone possible as mentioned in the mmdet library ?
AmanGoyal99 opened this issue · 5 comments
Kindly let me know if customization of backbone as mentioned in mmdet library could be used with qdtrack as well ?
Yes, you can do it following the instruction.
Yes, you can do it following the instruction.
But in order to use my customized backbone in mmdet library, would I have to then build mmdet from github repository ? @OceanPang
You can directly do it in qdtrack's codebase, but registry the model into the same Registry.
What do you mean by same registry ? @OceanPang
Also how should I do it directly in qdtrack's codebase? Won't I require to add customized model in mmdet then as mentioned in this link : https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/customize_models.md#add-a-new-backbone
You can directly do it in qdtrack's codebase, but registry the model into the same Registry.