open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.31k stars 9.42k forks source link

Can anyone explain how to implement CASCADE MASK R C NNN on custom dataset? #8311

Open Nikunj2696 opened 2 years ago

Leon-Brant commented 2 years ago

I have also recently been training target detection models with Cascade Mask_RCNN and there are many tutorials available online. Although many people use faster_RCNN to train models, it's actually similar to how you train models using MASk_RCNN. So, I'm sure you have a lot of tutorials to follow. It is worth mentioning that I have trained the model with Cascade Mask_RCNN, but when I use the trained model to infer the test set images, their inference results are opposite! This may be a bug in mmdetection 2.25, I am waiting for help from the authorities or others.

Nikunj2696 commented 2 years ago

Can you please share any link about tutorial, bcz i have been trying for long time.

Leon-Brant commented 2 years ago

Can you please share any link about tutorial, bcz i have been trying for long time.

Here is a Chinese tutorial for your reference, maybe you can open the translator like me to read it , so that it will be more fluent https://www.daimajiaoliu.com/daima/47973497c900400 This tutorial has helped me a lot and I hope it will help you too.