python更改图片后缀名为jpg格式

1 import os 2 import cv2 3 class GeneDataset(): 4 def __init__(self,rootdir): 5 self.rootdir = rootdir 6 self.subdirs = [] 7 def looksubdir(self): 8 l
posted @ 2020-03-01 14:23  小雨点1206  Views(899)  Comments(0Edit  收藏  举报