Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 719 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 719 Bytes

Point-teaching: Weakly semi-supervised Object Detection with Point Annotations (AAAI 2023)


Install

pip install detectron2
pip install -e . -v

Train

# 10% coco subset
sh scripts/train_frcnn_10.0_ins_mil_point_match.sh

Test

sh scripts/test_frcnn.sh

🎓 Citation

@inproceedings{ge2023point,
  title={Point-teaching: Weakly semi-supervised object detection with point annotations},
  author={Ge, Yongtao and Zhou, Qiang and Wang, Xinlong and Shen, Chunhua and Wang, Zhibin and Li, Hao},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={37},
  number={1},
  pages={667--675},
  year={2023}
}