sixitingting / UTRAD

Pytorch implementation of UTRAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTRAD

UTRAD for nueral networks

Installation

This repo was tested with Ubuntu 16.04/18.04, Pytorch 1.5.0

Running

  1. Fetch the Mvtec datasets, and extract to datasets/
  2. Run training by using command:
python main.py --dataset_name grid

where --dataset_name is used to specify the catogory.

  1. Validate with command:
python valid.py --dataset_name grid
  1. Validate with unaligned setting:
python valid.py --dataset_name grid --unaligned_test

About

Pytorch implementation of UTRAD


Languages

Language:Python 100.0%