-
Notifications
You must be signed in to change notification settings - Fork 7
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
关于测试标签 #20
Comments
哈喽 @Snowbluerose , 如果指的是给输入图片打标签的话,可以利用 |
还想问一下咱们给训练集打标签用的是什么软件,感谢老师学长 |
我们是自己写了一个python打标程序,你也可以采用labelme来快速打标 |
谢谢老师学长,我还想请教一下,咱们这个标签的坐标数据好像不是像素坐标,是归一化之后的吗?想问一下怎么归一化的,我是个python小白,看不太懂程序 |
标签格式对标的是YOLOv5的标签格式 (class_id center_x center_y width height),可以参考下图,以及YOLOv5的官方手册介绍 |
懂了,谢谢老师学长~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
老师学长您好:
请问咱们这个网络在test或者detect中能不能生成标签啊,就是我想不仅要识别还想要定位。
感谢老师学长的解答
The text was updated successfully, but these errors were encountered: