LeeDoYup / AnoGAN-tf

Unofficial Tensorflow Implementation of AnoGAN (Anomaly GAN)
MIT License
270 stars 92 forks source link

At train AnoGAN with MNIST data, Does the train set and test set all contain only normal data? #6

Closed bemoregt closed 6 years ago

bemoregt commented 6 years ago

Hi, @LeeDoYup

In the case of Anomaly Gan, I knew that it trained with only normal datasets.

At train AnoGAN with MNIST data, Does the train set and test set all contain only normal data?

Or are both normal + abnormal divided into folders? I wonder.

form @bemoregt.

LeeDoYup commented 6 years ago

The model is trained with only normal data.

bemoregt commented 6 years ago

도엽님, 감사합니다.

그러면 님의 아노갠에는 최대 이미지 사이즈가 얼마까지 들어가나요?

128x128? 아니면... 256x256 ??

from @bemoregt

LeeDoYup commented 6 years ago

The input image is resized into 64 x 64 image.