Giter VIP home page Giter VIP logo

lemo-anomaly-detection's Introduction

LeMO: a fully online image anomaly detection method

Unofficial PyTorch implementation of Towards Total Online Unsupervised Anomaly Detection and Localization in Industrial Vision (LeMO). This work is part of a thesis in Artificial Intelligence.

Getting Started

Install packages with:

$ pip install -r requirements.txt

Dataset

Prepare industrial image as:

train data:
    dataset_path/class_name/train/good/any_filename.png
    [...]

test data:
    dataset_path/class_name/test/good/any_filename.png
    [...]

    dataset_path/class_name/test/defect_type/any_filename.png
    [...]

How to train

Example

python trainer_lemo.py --class_name all --data_path [/path/to/dataset/] --results_path [/path/to/results/] --cnn wrn50_2 --size 224 --gamma_c 1 --gamma_d 1 --loss NCENEW --memory_update kmeans

Performance

WideResNet-50

Official LeMO Ours
Image AUROC 0.972 0.956
Pixel AUROC 0.976 0.970

For more details about the model performances see the LeMO_report.pdf, chapter 5.2.5.

lemo-anomaly-detection's People

Contributors

giggioilgriggio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.