facebookresearch / unbiased-teacher-v2

PyTorch code for CVPR 2022 paper Unbiased Teacher v2 Semi-supervised Object Detection for Anchor-free and Anchor-based Detectors
MIT License
90 stars 19 forks source link

Can't find repo from `INSTALL.md` #6

Open pscollins opened 1 year ago

pscollins commented 1 year ago

Following the instructions in INSTALL.md:

git clone git@github.com:chihyaoma/detectron2-semi.git
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists

Should this be the main detectron2 repo, git@github.com:facebookresearch/detectron2.git, instead?