In transfer learning toolkit (TLTK)
I can see under object detection support for following 3 meta-architectures.
- DetectNet V2
- SSD
- Faster RCNN
and everything is fine tuned with resnet18 (pretrained) in sample notebooks available in TLTK.
I want to train the SSD + mobilenet_v1
Q1) How can I train SSD+mobilenet_v1 with TLTK?
Q2) if yes for Q1, Which config files to use to do that?