舰船识别
豆芽zc
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HRSID舰船检测数据集标签格式转换,json转为xml
HRSID数据集介绍参考原文:https://ieeexplore.ieee.org/document/9127939数据集下载链接:https://github.com/chaozhong2010/hrsid下载到的数据集标签信息全部存在train_test2017.json中,需转为单个的xml格式才能使用,转换代码如下,仅供参考:import xml.domimport xml.dom.minidomimport os# from PIL import Imageimport原创 2021-12-16 16:36:59 · 3686 阅读 · 20 评论 -
RuntimeError: cannot perform reduction function max on tensor with no elements because the operation
解决方法:将标签中的difficult节点为1的改为0原创 2021-11-19 21:21:26 · 2668 阅读 · 3 评论
分享