Closed lizhiwen19900709 closed 1 year ago
Thanks for raising this question. As stated in maskdino/README.md
, the mmdet implementation of MaskDINO is based on the code provided in https://github.com/open-mmlab/mmdetection/pull/9808.
To obtain the pretrained weights, you can use the conversion scripts provided in the repo to convert the weights from the original MaskDINO repo into the mmdet format.
Alternatively, for usage convenience, we may also consider uploading the converted weights to our repository later. Please let us know if we can be of any assistance.
Thanks for raising this question. As stated in
maskdino/README.md
, the mmdet implementation of MaskDINO is based on the code provided in open-mmlab/mmdetection#9808.To obtain the pretrained weights, you can use the conversion scripts provided in the repo to convert the weights from the original MaskDINO repo into the mmdet format.
Alternatively, for usage convenience, we may also consider uploading the converted weights to our repository later. Please let us know if we can be of any assistance.
The converted pre-trained weight has been uploaded to here.
Where to download maskdino_r50_50e_300q_panoptic_pq53.0.pth files?