qqlu / Amodal-Instance-Segmentation-through-KINS-Dataset

Amodal-Instance-Segmentation-through-KINS-Dataset
133 stars 18 forks source link

More train ,test and evaluation description? #7

Open jiangerxiaozhao opened 5 years ago

jiangerxiaozhao commented 5 years ago

A very nice job,how can I reproduce Mask R-CNN and Mask R-CNN + ASN on KINS dataset in paper,can you provide related commands and more detailedinstructions? Thank you.

jiangerxiaozhao commented 5 years ago

"ModuleNotFoundError: No module named '_init_paths'", I use https://github.com/roytseng-tw/Detectron.pytorch/blob/master/tools/_init_paths.py but "ModuleNotFoundError: No module named 'pycocotools.coco_amodalinmodalseg'", this means that you have modified the official coco api,but I can't find related code

qqlu commented 5 years ago

Firstly, the reference code is too slow because there was no maskrcnn-benchmark or mmdetection at that time. I recommend extracting some useful modules into the other frameworks.

Secondly, I indeed modified the cocoapi to evaluate amodal and inmodal mask at the same time. It does not matter if you use official cocoapi for training model.