hustvl / Symphonies

[CVPR 2024] Symphonies (Scene-from-Insts): Symphonize 3D Semantic Scene Completion with Contextual Instance Queries
https://arxiv.org/abs/2306.15670
MIT License
168 stars 6 forks source link

Where to download pth files? #1

Closed lizhiwen19900709 closed 1 year ago

lizhiwen19900709 commented 1 year ago

Where to download maskdino_r50_50e_300q_panoptic_pq53.0.pth files?

npurson commented 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.

npurson commented 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 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.