lzccccc / SMOKE

SMOKE: Single-Stage Monocular 3D Object Detection via Keypoint Estimation
MIT License
696 stars 177 forks source link

How to change backbone? #37

Open EphChem opened 3 years ago

EphChem commented 3 years ago

Thank you for sharing this great code base. I'd like to try different backbones; e.g. changing the DLA-34 backbone to Resnet-50. Seems like I'd have to change code in few places, like backbone.py, registry.py and change out dla.py to new backbone. Am I missing anything else? Do you recommend a guide to do this? Thanks!