-
Notifications
You must be signed in to change notification settings - Fork 53
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
请问数据集格式? #14
Comments
检查关键点是否为5个 |
我的格式是在yolov5数据集的后面加了10个0-1的数字,请问这样是否标准..? |
新版本yolov5代码, 数据读取改动较大,请参考:https://github.com/xialuxi/yolov5-car-plate |
感谢 已经能够训练了,但训练出的结果不是很好...还是想问一下 |
对的 |
@bigdoubi 我也遇到了你这个问题,不知道是这么解决的 |
@bigdoubi 你好,可以交流一下吗 |
1 similar comment
@bigdoubi 你好,可以交流一下吗 |
请问可以只用四个点的归一化坐标吗,就是第一个数字是类别,后面八个数字是四个点的归一化坐标,是不是需要改一改dataloader还有loss那些? |
请问有json转yolo格式代码吗 |
一直如下报错..
labels, shapes, self.segments = zip(*cache.values())
ValueError: not enough values to unpack (expected 3, got 0)
不知能否参考以下整个工程?
The text was updated successfully, but these errors were encountered: