Hi @<1558986829686902784:profile|NonsensicalCat31> , it seems that you're using the wrong package name:
pip install detectron2
ERROR: Could not find a version that satisfies the requirement detectron2 (from versions: none)
ERROR: No matching distribution found for detectron2
Hi @<1523701070390366208:profile|CostlyOstrich36> , thank you for the reply, the installation should be pip install detectron2@git+https://github.com/facebookresearch/detectron2.git@52de649304063a7efa274129963ef5b8f3c9ed1c
like in the requirements.txt. I believe clearml only detected the package name detectron2 instead of the git repo.