Open mattmazzola opened 9 months ago
Thank you so much for diving into this. The original installation instruction is actually what we used, which should be correct. We git clone the detectron2 and checkout to cc87e7ec. It indeed raise confusion that there is another detectron2 repo already contained in the project. That detectron2 repo came from the Centernet project, and we did not use that detectron2 repo. We simply copied the Centernet project under third_party so we didn't remove that detectron2 yet.
The installation instructions explain to clone the detectron2 repo and install from the clone
However, detectron2 is already cloned inside the GRiT repo as third_party/CenterNet2 and
pip install -e .
should be run from there.Perhaps the instructions were written before the library was included
Maybe install instructions should be something like this:
If PR #16 is merged then installation is automated and this may become obsolete