-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在测试culane时,KeyError: 'seg' #3
Comments
@ChenSi521 您好这个应该是程序的一个bug,我已经修复了,将detect.py中的下面函数进行修改,非常感谢哈。
|
@ChenSi521 我收到您的问题邮件了,这个和skip load没有关系,这部分权重就是不导入的,您需要在您的配置文件中加上
|
后来我也跑通了,感谢感谢! |
我先关闭这个issue了哈,如果您有任何问题欢迎重新打开issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
python tools/detect.py configs/condlane/resnet50_culane.py --img /data/our_testset --load_from /PPlanedet/models/resnet50_culane/model.pd --savedir ./vis
出现下面的错误:
dict_keys(['seeds', 'hm'])是我打印出来的 out[1].keys(),没有'seg'这个键值。
请问怎么破?
The text was updated successfully, but these errors were encountered: