IGD icon indicating copy to clipboard operation
IGD copied to clipboard

Official code for 'Deep One-Class Classification via Interpolated Gaussian Descriptor' [AAAI 2022 Oral]

Results 4 IGD issues
Sort by recently updated
recently updated
newest added

How to make a model's prediction on new images? Thanks

unresolved reference from ssl_pretrain.resnet_cifar import * from ssl_pretrain.models import ContrastiveModel

Could you open source code about anomaly location? or give me some ideas about location of anomaly detction by IGD?

In `p32.ssim_main`, there is`real_data = data_tmp.reshape(-1, 3, 32, 32)`. However, when computing the mssim the image size should be larger than 32. How to solve this problem?