facebookresearch / d2go

D2Go is a toolkit for efficient deep learning
Apache License 2.0
835 stars 197 forks source link

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

Open entbappy opened 2 years ago

entbappy commented 2 years ago

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

Cubemaster110 commented 2 years ago

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

bermudezjose commented 2 years ago

@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/

joel5638 commented 2 years ago

@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