-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I train the FoveaBox with mobilenet ? #11
Comments
Please provide more information? |
1、my config :fovea_align_gn_ms_mobilenet_fpn_4gpu_2x.py 2、backbone : Mobilenet from mmcv.cnn import constant_init, kaiming_init class DepthSeperabelConv2d(nn.Module):
class BasicConv2d(nn.Module):
@BACKBONES.register_module
3、init.py: 4、training command: python tools/train.py ./configs/foveabox/fovea_align_gn_ms_mobilenet_fpn_4gpu_2x.py --gpus 1 --work_dir ./checkpoints/mobilenet_Humancrowd 5、Error: I can run the training with resnet50. |
I add a mobilenet.py as GETTING_STARTED.md said , and modify the config ,but I can't run the training, how can I train the foveabox with mobilenet,please ?
The text was updated successfully, but these errors were encountered: