Hello, I'm trying to run a training for a detectron2 model from clearml pipeline. I tried to install all the required packages using Task.add_requirements() ...
one year ago
one year ago
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.