question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RuntimeError: keypoint_rcnn_fbnetv3a_dsmask_C4.yaml not available in Model Zoo!

See original GitHub issue

Hi!

Here is the google colab https://colab.research.google.com/drive/1YYsH0ofAghS5W6PcZ5tBizCnLsJumuIe?usp=sharing . When I am trying to load the Zoo model

from d2go.model_zoo import model_zoo
cfg = model_zoo.get('keypoint_rcnn_fbnetv3a_dsmask_C4.yaml')

but it says : RuntimeError: keypoint_rcnn_fbnetv3a_dsmask_C4.yaml not available in Model Zoo! I checked the model_zoo.py file and found that the above model exists. Could you please help me out

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
vishnukarthik-1994commented, Jan 29, 2022

@VladAndronik and @ashutoshsoni891 , were you able to resolve this issue? When to try to create the d2go model by following the steps here: https://github.com/pytorch/android-demo-app/tree/master/D2Go, I run into this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Source code for detectron2.model_zoo.model_zoo
Source code for detectron2.model_zoo.model_zoo ... config_path) ) if not os.path.exists(cfg_file): raise RuntimeError("{} not available in Model Zoo!
Read more >
faster_rcnn_fbnetv3a_C4.yaml not available in Model Zoo! in ...
ipynb Notebook link file but I am facing some issue with that I am getting that error during getting the model from model...
Read more >
How to Use the Detectron2 Model Zoo (for Object Detection)
To replace the YAML file with an alternative architecture (and pre-configured training checkpoint), simply: Right click the model name in the ...
Read more >
detectron2/model_zoo/model_zoo.py · CVPR/regionclip-demo ...
format: {config_path.yaml} -> model_id/model_final_{commit}.pkl ... raise RuntimeError("{} not available in Model Zoo!".format(config_path)).
Read more >
Working with Open Model Zoo Models
Specifying a cache directory is not required for Model Downloader and Model Converter, but it speeds up subsequent downloads. precision : If specified,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found