pycocotools 可视化import cv2import osimport numpy as npfrom pycocotools.coco import COCOcolors = [(255, 0, 0), (0, 255, 0), (0, 0, 255), (255, 255, 0), (255, 0, 255), (0, 255, 255)]img_path = 'train/images'annFile = 'train/annotations/train.json'sa
Other
2023-08-08
49 点赞
0 评论
74 浏览