Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 488 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 488 Bytes

cookiecutter-mvtec

Cookiecutter Template for Unsupervised Anomaly Detection on MVTec AD Dataset


Usage

a) Create RIAD directory

$ cookiecutter https://github.com/taikiinoue45/cookiecutter-mvtec/
upper_project_name [MVTec]: RIAD
lower_project_name [mvtec]: riad

b) Add a remote and push it to Github

cd RIAD
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin [email protected]:taikiinoue45/RIAD.git
git push -u origin main