This is the PyTorch implementation of OPNet built on the open-source detectron2.
"OPNet: Deep Occlusion Perception Network with Boundary Awareness for Amodal Instance Segmentation"
The D2S Amodal dataset could be found at mvtec-d2sa. Download the Images from KITTI dataset. The Amodal Annotations could be found at KINS dataset Follow WALT,we will release soon.
Then, See here for more details on data registration
For example, on the D2SA dataset, we show how to train our method and other baselines. 1.Train our model (ResNet50 backbone) on D2SA dataset :
If you want to eval your saved checkpoints:
Our work benefits a lot from BCNet and VRSP-Net. Thanks for their wonderful works. |