We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
主要有两处错误:
word
word dummy
if cls not in classes or int(difficult) == 1: continue
会判断标签值不在classes中,从而labels_data中的txt文件为空。 在后续训练不会报错,但训练结果一直为: Avg IOU: -nan, Class: -nan, Obj: -nan, No Obj: 0.001772, .5R: -nan, .75R: -nan, count: 0
Avg IOU: -nan, Class: -nan, Obj: -nan, No Obj: 0.001772, .5R: -nan, .75R: -nan, count: 0
python3 extend/output_label.py my_captcha
The text was updated successfully, but these errors were encountered:
No branches or pull requests
主要有两处错误:
word
。多类型目标检测,需改为
word dummy
。否则,在output_label.py中第33行:
会判断标签值不在classes中,从而labels_data中的txt文件为空。
在后续训练不会报错,但训练结果一直为:
Avg IOU: -nan, Class: -nan, Obj: -nan, No Obj: 0.001772, .5R: -nan, .75R: -nan, count: 0
python3 extend/output_label.py my_captcha
无需参数1
The text was updated successfully, but these errors were encountered: