11 2021 档案

摘要:https://blog.csdn.net/qq_40962368/article/details/80444144 pip install opencv-python ;import cv2 一、图像的读取、复制、显示、保存 ①cv2.imread(filename='f_path',flags= 阅读全文
posted @ 2021-11-23 16:21 shines87 阅读(715) 评论(0) 推荐(0)
摘要:torch.utils.data分为三部分:Dataset、DataLoader、sampler.Sampler 一、Dataset部分 1、先看准备部分 ① def get_hash(files): # 输入[list of files_path],返回所有文件的大小总和 return sum(o 阅读全文
posted @ 2021-11-18 17:30 shines87 阅读(160) 评论(0) 推荐(0)
摘要:YOLOv5_DOTA_OBB-master | train.py | detect.py | evaluation.py | yolo_error_omit_analysis.py | polt_file_error_omit.py | test_mutil_eval.py | utils | g 阅读全文
posted @ 2021-11-17 13:43 shines87 阅读(369) 评论(0) 推荐(0)
摘要:参见 https://zhuanlan.zhihu.com/p/356416158 1.1、ImgSpliy.py 切图工具。 当然也切割了标签文件,这才是主要功能,子标签文件有可能为空文件 即没有目标;子图文件名记录了在原图中的位置信息和resize_rate. example | images 阅读全文
posted @ 2021-11-12 19:29 shines87 阅读(1224) 评论(0) 推荐(0)