模型可视化
标签格式转换
roboflow提供的工具: https://roboflow.com/formats/yolov8-pytorch-txt
文章: https://zhuanlan.zhihu.com/p/461488682
代码: https://github.com/KKKSQJ/DeepLearning/blob/master/others/label_convert/README.md
文章+代码: https://0809zheng.github.io/2023/11/10/detection_dataset.html
yolo 标注文件可视化
源码: https://github.com/KKKSQJ/DeepLearning/blob/master/others/label_convert/show_img_by_yolo.py
标注工具
- X-AnyLabeling-CPU.exe, https://github.com/CVHub520/X-AnyLabeling
- AnyLabeling https://anylabeling.nrl.ai/docs , https://github.com/vietanhdev/anylabeling/releases
类别实例和检测框大小和高宽比分析
如果某个类别实例数量偏少, 模型结果就不会很好, 所以提前分析实例数非常重要. 对于小目标检测, 高宽比需要提前分析.
文章+代码: https://0809zheng.github.io/2023/11/10/detection_dataset.html
图像批量处理软件
- XnView MP, 可以批量转换图片格式/大小, 可以进行翻转等操作, 用做数据增强.