This project provides an implementation for our ECCV2022 paper "DenseTeacher: Dense Pseudo-Label for Semi-supervised Object Detection" on PyTorch.
python3 -m pip install 'git+https://github.com/Megvii-BaseDetection/cvpods.git'
git clone https://github.com/Megvii-BaseDetection/cvpods.git python3 -m pip install -e cvpods
pip install -r requirements.txt python3 setup.py build develop
* prepare datasets
```shell
cd /path/to/cvpods/datasets
ln -s /path/to/your/coco/dataset coco
cd DenseTeacher/coco-p10
pods_train --dir .
# Evaluation will be automatically start after each epoch
This repo is developed based on cvpods. Please check cvpods for more details and features.
This repo is released under the Apache 2.0 license. Please see the LICENSE file for more information.