facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
180 stars 35 forks source link

how to change backbone to resnet #47

Closed victor00070 closed 1 year ago

victor00070 commented 1 year ago

Current code here uses Faster-rcnn with vgg16 backbone, right? Paper mentions mask-rcnn was used but that would require segmentation in annotations, but I only used bounding boxes for my dataset.

Also, as title mentions, how can I change vgg backbone to resnet 101 or 50?

Thanks

victor00070 commented 1 year ago

Or, how can I implement faster-rcnn with vgg backbone (without adaptive teacher)? I checked other implementations but only resnet variations are used as backbone.