facebookresearch/d2go

Urgent!! RuntimeError: faster_rcnn_fbnetv3a_C4.yaml not available in Model Zoo! in d2go

entbappy opened this issue · 3 comments

Hello there!! I am trying to run d2go_beginner.ipynb notebook file but I am facing some issue with that I am getting that error during getting the model from model zoo ,, "RuntimeError: faster_rcnn_fbnetv3a_C4.yaml not available in Model Zoo"
Here is the snapshot, please consider your feedback.

image

Has anyone managed to resolve this issue? I'm having the same problem

@Cubemaster110 try this https://githubhot.com/repo/facebookresearch/d2go/issues/142. You must copy the configs folder to the python site-packages/d2go/ location.

For conda:
cp configs /home/user/.conda/envs/Detectron2/lib/python3.9/site-packages/d2go/

@bermudezjose I dont have the path you provided. I have /usr/local/lib/python3.8/dist-packages/
where should i copy the configs to?
and my dist-packages folder is empty