Open jiangerxiaozhao opened 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
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.
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.