-
Notifications
You must be signed in to change notification settings - Fork 2.5k
the Retinanet is not available right now? #513
Comments
Hi, We haven't uploaded pre-trained models for RetinaNet. @chengyangfu do you know if the pre-trained models from Caffe2 work with the version in here, or do we need to modify the |
Thank you, |
@fmassa @feihuidiqiu, |
@chengyangfu you probably just need to rename it according to https://github.com/facebookresearch/maskrcnn-benchmark/blob/master/maskrcnn_benchmark/utils/c2_model_loading.py |
Actually, after 36 hours' training with a single GPU, the results from Retinanet does not make me disappointed. |
Which backbone and what are the results? |
❓ Questions and Help
I test the Retinanet by replace the
config_file = "../configs/caffe2/e2e_mask_rcnn_R_50_FPN_1x_caffe2.yaml"
to
config_file = "../configs/retinanet/retinanet_R-50-FPN_1x.yaml"
in Mask_R-CNN_demo.ipynb,
and then i get 0 bbox in the result, is the Retinanet under develop or i need to change the input of picture, thank you for any help~
The text was updated successfully, but these errors were encountered: