
uninformed-students-pytorch: 简易实现纸上的算法
5星
- 浏览量: 0
- 大小:None
- 文件类型:ZIP
简介:
uninformed-students-pytorch项目旨在帮助缺乏背景知识的学生轻松实现和理解研究论文中的算法,特别侧重于使用PyTorch框架进行深度学习模型的构建与实验。
Uninformed Students
Introduction - 介绍
A simple and incomplete implementation of the paper:
MVTec, CVPR, 2020.
This project is mainly for personal learning purposes and may contain various issues.
Requirements - 依赖
- python3
- pytorch~=1.3
- torchvision
- numpy
- opencv-python
Usage - 用法
Prepare datasets:
- imagenet (any image dataset)
- MVTec_AD
Train a teacher network by choosing a patch_size from (17, 33 or 65) and following the instructions provided.
全部评论 (0)
还没有任何评论哟~


