Fork me on GitHub
摘要: 制作类似pascal voc格式的目标检测数据集:https://www.cnblogs.com/xiximayou/p/12546061.html 代码来源:https://github.com/amdegroot/ssd.pytorch 拷贝下来的代码好多坑要踩。。。 我将其上传到谷歌colab 阅读全文
posted @ 2020-03-22 16:05 西西嘛呦 阅读(7239) 评论(185) 推荐(5)
摘要: pascal voc目标检测数据集格式如下: 其中: Annotations为图像标注信息xml文件 ImageSets为训练集、测试集、验证、训练验证集图像名的txt文件 JPEGImages为原始的图片 pascal voc或yolo格式的数据可以使用labelimg进行标注:下载地址: 链接: 阅读全文
posted @ 2020-03-22 15:03 西西嘛呦 阅读(2641) 评论(5) 推荐(0)