admin管理员组文章数量:1026989
I am trying to fine tune the new SAM 2.1 segmentation model using the roboflow guide given here: Sam 2.1 roboflow guide
This code runs all fine when using google collab and no errors are encountered. As soon as I run the exact same code provided on my local machine is gives the following error when running the training code command:
!python training/train.py -c 'configs/train.yaml' --use-cluster 0 --num-gpus 1
I get the following error when running on windows 10, using vscode:
hydra.errors.MissingConfigException: Primary config module 'sam2' not found.
Check that it's correct and contains an __init__.py file
my working directory:
C:\..\SAM_2_1\sam2
I am trying to fine tune the new SAM 2.1 segmentation model using the roboflow guide given here: Sam 2.1 roboflow guide
This code runs all fine when using google collab and no errors are encountered. As soon as I run the exact same code provided on my local machine is gives the following error when running the training code command:
!python training/train.py -c 'configs/train.yaml' --use-cluster 0 --num-gpus 1
I get the following error when running on windows 10, using vscode:
hydra.errors.MissingConfigException: Primary config module 'sam2' not found.
Check that it's correct and contains an __init__.py file
my working directory:
C:\..\SAM_2_1\sam2
本文标签:
版权声明:本文标题:python - SAM 2.1 what is causing hydra.errors.MissingConfigException: Primary config module 'sam2' not found? - 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745623229a2159704.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论