随笔分类 - 深度学习
摘要:转载:https://zhuanlan.zhihu.com/p/353235794
阅读全文
摘要:推荐好文:(ICCV-2021)PVT-金字塔 Vision Transformer及PVT_V2
阅读全文
摘要:转载:https://zhuanlan.zhihu.com/p/618937672
阅读全文
摘要:转载:https://zhuanlan.zhihu.com/p/522852666
阅读全文
摘要:参考:https://github.com/frankkramer-lab/miseval
阅读全文
摘要:# 批量化 ## 1.把json生成mask图片 ``` import os path = r"E:\code\DL\demoTest\cutImage\maskJson" json_file = os.listdir(path) os.system("activate labelme") for
阅读全文
摘要:转载:https://www.cnblogs.com/ghgxj/p/14219097.html#colorjitter
阅读全文
摘要:https://blog.csdn.net/qq_42730750/article/details/119249193
阅读全文
摘要:train_dataset = datasets.ImageFolder(root=os.path.join(image_path, "train"), transform=data_transform["train"]) This class inherits from :class:`~torc
阅读全文
摘要:参考:https://www.cnblogs.com/cuhm/p/10644149.html#/c/subject/p/10644149.html
阅读全文
摘要:参考:https://www.cnblogs.com/bonelee/p/11376294.html https://www.jianshu.com/p/04c2a9ccaa75 https://blog.csdn.net/qq_27586341/article/details/90751794/
阅读全文