摘要: 上网查了原因可能是num_workers的数量太大了,导致共享内存不足,后来仔细看了一下发现是没读进去图像 阅读全文
posted @ 2022-04-25 16:02 Tomorrow1126 阅读(850) 评论(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 阅读(57) 评论(0) 推荐(0) 编辑