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
hi,感谢对车牌&角点检测的分享,目前有个问题想咨询一下。
目前custume数据集,车牌被遮挡部分不标注,因此每个车辆的车牌角点个数为(0~4),当前模型跑了50个epochs左右发现几乎每张图都会预测4个角点(被遮挡部分应该不预测角点)。想问问如何解决?如果要修改网络结构部分,如何更改呢?还是对每个keypoint做一个sigmoid呢?
The text was updated successfully, but these errors were encountered:
额外增加一个预测值,一个点有3个预测值:x, y, z, 其中x, y代表坐标, z代表可不可见。
Sorry, something went wrong.
No branches or pull requests
hi,感谢对车牌&角点检测的分享,目前有个问题想咨询一下。
目前custume数据集,车牌被遮挡部分不标注,因此每个车辆的车牌角点个数为(0~4),当前模型跑了50个epochs左右发现几乎每张图都会预测4个角点(被遮挡部分应该不预测角点)。想问问如何解决?如果要修改网络结构部分,如何更改呢?还是对每个keypoint做一个sigmoid呢?
The text was updated successfully, but these errors were encountered: