摘要:
上网查了原因可能是num_workers的数量太大了,导致共享内存不足,后来仔细看了一下发现是没读进去图像 阅读全文
posted @ 2022-04-25 16:02
Tomorrow1126
阅读(985)
评论(0)
推荐(0)
摘要:
import os, sys import json from myutils import * """ input: image list file output: fake json file """ def read_size_file(filename): img_sizes = {} wi 阅读全文
posted @ 2022-04-25 10:54
Tomorrow1126
阅读(72)
评论(0)
推荐(0)