Skip to content

build anomaly detector where it detect anomaly on chip images data using autoencoder model after it succesfully trained on good images and test on defect chip images and it will finally find anomaly on images by giving red dot on images

Notifications You must be signed in to change notification settings

manishzed/Anomaly-detection-on-images-using-Autoencoder

Repository files navigation

build anomaly detector where it detect anomaly on chip images data using autoencoder model after it succesfully trained on good images and test on defect chip images and it will finally find anomaly on images by giving red dot on images

#train model python train.py --name type_1 --loss ssim_loss --im_resize 256 --patch_size 128 --z_dim 100 --grayscale --do_aug --epochs 300

#test model python test.py --name type_1 --loss ssim_loss --im_resize 256 --patch_size 128 --z_dim 100 --grayscale

references:

https://github.com/plutoyuxie/AutoEncoder-SSIM-for-unsupervised-anomaly-detection-

About

build anomaly detector where it detect anomaly on chip images data using autoencoder model after it succesfully trained on good images and test on defect chip images and it will finally find anomaly on images by giving red dot on images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages