Czm369
Czm369
A custom model can completely delete the modified part of the inherited config.
May be experimental experience
Did you make any modifications to the coco dataset?
RTMDet requires a fixed size of the input picture, while the size of the semi-supervised input picture is random. At present, the part of semi-supervised learning does not support instance...
`https://github.com/Czm369/MixPL/blob/main/projects/MixPL/configs/mixpl_faster-rcnn_r50-caffe_fpn_180k_coco-s1-p10.py` Other configs will be updated ASSP.
You can refer to https://mmdetection.readthedocs.io/en/latest/user_guides/semi_det.html
You can process the custom dataset into the `COCO` format supported by MMDet for training. https://github.com/Czm369/MixPL/blob/410f044972a427b67f34393fc8c9314e04add8a2/mmdet/datasets/coco.py#L14
Maybe you can raise an issue in MMDeploy, they have more experience in deployment https://github.com/open-mmlab/mmdeploy
Thanks for the suggestion. But we don't have this plan in the short term.