facebookresearch / adaptive_teacher

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

Pre-trained VGG16 on ImageNet not shared? #29

Closed mecarill closed 2 years ago

mecarill commented 2 years ago

Is the VGG16 model pre-trained on ImageNet not shared or do you train the model from scratch?

yujheli commented 2 years ago

@mecarill There is no VGG16 pre-trained model for detectron2 so I trained it from scratch.