projects/PointSup/README.md
Bowen Cheng, Omkar Parkhi, Alexander Kirillov
<div align="center"> </div>Please follow these steps to prepare your datasets:
DETECTRON2_DATASETS environment variable to the location of your Detectron2 dataset.python tools/prepare_coco_point_annotations_without_masks.py 10To train a model with 8 GPUs run:
python train_net.py --config-file configs/mask_rcnn_R_50_FPN_3x_point_sup_point_aug_coco.yaml --num-gpus 8
Model evaluation can be done similarly:
python train_net.py --config-file configs/mask_rcnn_R_50_FPN_3x_point_sup_point_aug_coco.yaml --eval-only MODEL.WEIGHTS /path/to/model_checkpoint
If you use PointSup, please use the following BibTeX entry.
@article{cheng2021pointly,
title={Pointly-Supervised Instance Segmentation},
author={Bowen Cheng and Omkar Parkhi and Alexander Kirillov},
journal={arXiv},
year={2021}
}