Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 612 Bytes

detection_training.md

File metadata and controls

15 lines (11 loc) · 612 Bytes

Training a Detector

It follows the original MMDetection setup.

Change the ImageNet trained feature backbones

  • All the ImageNet models are released on Google Drive (download link)
  • Check the configuration files in the configs_ivmcl/detection folder.
  • Change the pretrained path in the configuration file accordingly.

E.g.,

cd iVMCL-Release/mmdetection
./scripts_ivmcl/train_detection_dist.sh configs_ivmcl/detection/mask_rcnn_r50_an_conv_head_fpn.py