open-mmlab / mmdetection

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

Training Mask RCNN without BBox #11718

Open ruyadisk opened 4 months ago

ruyadisk commented 4 months ago

Hi there, is it possible to train instance segmentation model based on Mask RCNN with coco format dataset without bbox data? (already got segmentation data)

NICKQZL commented 4 months ago

好像不行,自己写个脚本根据polygon最小x,y和最大x,y算框就行了