随笔分类 -  ObjectDetection

目标检测数据集可视化
摘要:COCO格式 import json import os import cv2 class CocoDataVisualization: def __init__(self, imgPath, jsonPath): self.imgPath = imgPath self.jsonPath = jso 阅读全文
posted @ 2023-07-03 22:18 Ghlerrix 阅读(104) 评论(0) 推荐(0)