摘要: 坑 阅读全文
posted @ 2021-05-11 17:32 bH1pJ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Python 只读tif的第一帧图像 tifffile.imread how tifffile.imread only read first image 如何做呢? ImageDataPath = r'D:\PythonProject\QT... 阅读全文
posted @ 2021-05-11 17:06 bH1pJ 阅读(49) 评论(0) 推荐(0) 编辑
摘要: import json with open("config.json", "r") as f: opt = json.load(f) datapath = opt["aaa"]["datapath"] 阅读全文
posted @ 2021-05-11 16:12 bH1pJ 阅读(76) 评论(0) 推荐(0) 编辑