最近写yolo算法的时候发现matplotlib.pyplot的imshow无法显示图片,代码如下def db_visualize(db): imgs, imgs_boxes = next(iter(db)) img, img_boxes = imgs[0], ...
確定! 回上一頁