Skip to content

YongtaoGe/Point-Teaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages