aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 646 forks source link

How to change the ABCNetV2 backbone? #576

Open neverstoplearn opened 2 years ago

neverstoplearn commented 2 years ago

I am new to the AdelaiDet toolkit. I am interested in ABCNetV2. in the configs/BAText/ReCTS/v2_chn_attn_R_50.yaml the backbone is build_fcos_resnet_bifpn_backbone which come from ResNet50, that too large for me, how can i change the backbone? is there some documentation? thanks.

Micla-SHL commented 11 months ago

_C.MODEL.MOBILENET = True 它将替换ResNet50 使用MobileNet.