JDAI-CV / fast-reid

SOTA Re-identification Methods and Toolbox
Apache License 2.0
3.36k stars 828 forks source link

How to use custom backbone architecture? #725

Open chamecall opened 2 months ago

chamecall commented 2 months ago

hello and thanks for your work. could u please guys tell me how to use custom (not resnet50) backbone cause speed is the most important aspect for me so I'd like to try mobilenetv3 from timm for this purpose;

I guees it's not enough to modify config files..

Macklzh1 commented 1 month ago

I have the same question, I want to replace backbone with VIT, but I don't know how to properly change the mgn.py file in meta_arch. I hope the author or someone with the same question can answer me.

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity.

Tanrion commented 1 week ago

i have the same question, i'd like to be able to train the reid model with my own detection model