AdneneBoumessouer / MVTec-Anomaly-Detection

This project proposes an end-to-end framework for semi-supervised Anomaly Detection and Segmentation in images based on Deep Learning.
278 stars 59 forks source link

issues #11

Closed mozhuqing closed 4 years ago

mozhuqing commented 4 years ago

nb_training_images_aug = args.images AttributeError: 'Namespace' object has no attribute 'images'

AdneneBoumessouer commented 4 years ago

Try running the latest version of the training script on the master branch.

Command example: python3 train.py new -d mvtec/capsule -a mvtec -b 24 -l mse

mozhuqing commented 4 years ago

What is the test script? Thank you

mozhuqing commented 4 years ago

What is the test script? There is also a mark on the picture in the original text. Is this reflected in the code? Thank you very much.

AdneneBoumessouer commented 4 years ago

The test script is nor yet finished. I'll update the readme file later today to describe how to use the scripts.

mozhuqing commented 4 years ago

Thank you very much, looking forward to your update! I'm almost a fan of you.