GPND icon indicating copy to clipboard operation
GPND copied to clipboard

Generative Probabilistic Novelty Detection with Adversarial Autoencoders

Results 7 GPND issues
Sort by recently updated
recently updated
newest added

When running schedule and trying to use multithreading, there will be an error because of multithreading contention. Modify the code according to the error prompt and add multiprocessing. Freeze_ Support...

Dear podgorskiy, Thank you for your contribution to the open source community and academic. I was trying to use your code to perform novelty detection. Some codes of yours confused...

In the results of the paper on Coil-100,Outliers15%,25%,50%.How is it calculated? What is the specific value? Can you give me an example? I'm confused about this, I hope to get...

Thanks for the author's sharing! When I run the code, I find a typo in "novelty_detection.py" in Line 526~531: ```python minp, maxP = -maxP, -minP X1 = [-x for x...

In the ``train_AAE.py`` file a ``zsize`` of ``32`` is defined. But it is not consistently used. Sometimes the number ``32`` is used directly which makes it difficult to modify the...

Hello dear author, sorry to bother you. I would like to ask when the code for other datasets will be released. Also, can the code that has been released now...

https://github.com/khalooei/ALOCC-CVPR2018 is along the same lines of your paper. In that paper, authors have reported state of the art results on caltech-256 dataset. But I failed to reproduce their results....