aimerykong / OpenGAN

ICCV2021 - training a post-hoc lightweight GAN-discriminator for open-set recognition
119 stars 17 forks source link

Implementation of OpenGAN-0 #9

Closed e96031413 closed 2 years ago

e96031413 commented 2 years ago

Hello, do you plan to upload the code of OpenGAN-0?

or can I say demo_CrossDatasetOpenSet_training.ipynb is the implementation of OpenGAN-0 since it does not use open-set images?

By the way, the implementation of OpenGAN-0 just use λo = 0 in the equation 2, right?

aimerykong commented 2 years ago

Hi, you are right on both questions. So the answers are yes, and yes.

On Sun, Jan 9, 2022 at 10:25 PM e96031413 @.***> wrote:

Hello, do you plan to upload the code of OpenGAN-0?

or can I say demo_CrossDatasetOpenSet_training.ipynb https://github.com/aimerykong/OpenGAN/blob/main/demo_CrossDatasetOpenSet_training.ipynb is the implementation of OpenGAN-0 since it does not use open-set images?

By the way, the implementation of OpenGAN-0 just use λo = 0 in the equation 2, right?

— Reply to this email directly, view it on GitHub https://github.com/aimerykong/OpenGAN/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRJSJBZK5PNBVMYATS2JMDUVJGSFANCNFSM5LSVG5EA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

e96031413 commented 2 years ago

Thanks for your reply.