You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config files of some models from the models' zoo are brought in a yaml file format, and some config files are py files. When I run the segmentation model with a model which has a py config file, for example, the models from the new_baselines folder the run fails because the program expects a yaml file. The crash is in line 46 in the file detectron2/config/config.py:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The config files of some models from the models' zoo are brought in a
yaml
file format, and some config files arepy
files. When I run the segmentation model with a model which has a py config file, for example, the models from thenew_baselines
folder the run fails because the program expects a yaml file. The crash is in line 46 in the file detectron2/config/config.py:The question is how I can run a model that its config is given in the code as py file and not as a yaml file?
Beta Was this translation helpful? Give feedback.
All reactions