摘要: 【1】文档 【2】github 代码 阅读全文
posted @ 2023-06-05 18:56 Zenith_Hugh 阅读(10) 评论(0) 推荐(0)
摘要: import torchvision class ClassificationDataset(torchvision.datasets.ImageFolder): """ YOLOv5 Classification Dataset. Arguments root: Dataset path """ 阅读全文
posted @ 2023-06-05 14:07 Zenith_Hugh 阅读(216) 评论(0) 推荐(0)