-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reproduce the results showed in the paper? #26
Comments
Are these the pretrained models or one that you have retrained? If it's inference code, this issue should provide some code that runs well out of the box: #17 (comment) |
Here's my inference code:
For convenience, I have changed the code in model.py in line 181, 182:
to
|
These are pretrained models, 'human2doll' and 'cat2dog'. |
Let me know if you run into any issues with the linked code.
…On Sat, Aug 28, 2021 at 10:47 PM newcomertzc ***@***.***> wrote:
Are these the pretrained models or one that you have retrained? If it's
inference code, this issue should provide some code that runs well out of
the box: #17 (comment)
<#17 (comment)>
These are pretrained models, 'human2doll' and 'cat2dog'.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPVMXYPAXOJWBV2B7NLHMTT7GNVNANCNFSM5C7XGHWA>
.
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>.
|
My issue is: I use the pretrained models you provided in Google Drive, taking the same input images showed in the paper, but get fuzzy or bizarre output images showed before. |
Yes, but does the code I linked work properly to resolve the issue? That
inference pipeline is one that I have tested.
On Sat, Aug 28, 2021 at 11:53 PM newcomertzc ***@***.***>
wrote:
… Let me know if you run into any issues with the linked code.
… <#m_-8919555805456086410_>
On Sat, Aug 28, 2021 at 10:47 PM newcomertzc *@*.***> wrote: Are these
the pretrained models or one that you have retrained? If it's inference
code, this issue should provide some code that runs well out of the box:
#17 <#17> (comment) <#17
(comment)
<#17 (comment)>>
These are pretrained models, 'human2doll' and 'cat2dog'. — You are
receiving this because you were mentioned. Reply to this email directly,
view it on GitHub <#26 (comment)
<#26 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAPVMXYPAXOJWBV2B7NLHMTT7GNVNANCNFSM5C7XGHWA
. 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
.
My issue is:
I use the pretrained models you provided in Google Drive, taking the same
input images showed in the paper, but get fuzzy or bizarre output images
showed before.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPVMX5JCZP2YBAFTELSVZDT7GVL3ANCNFSM5C7XGHWA>
.
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>.
|
No. @Skylion007 |
I have tested the code you linked earlier, and actually the outputs are the same as I showed before. |
Okay, this is pretty bizarre, can you list the versions of your
dependencies?
…On Sun, Aug 29, 2021 at 12:44 AM newcomertzc ***@***.***> wrote:
I have tested the code you linked earlier, and actually the outputs are
the same as I showed before.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPVMXY6LM5LAWAKVXKYSCDT7G3KZANCNFSM5C7XGHWA>
.
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>.
|
The versions of my dependencies are as follows:
|
I just pushed a new branch test_gan_debug with the exact tensorpack that should work. Let me know if that still fails. |
@newcomertzc Did you try the webcam script as well? I want to make sure it isn't an alignment issue. |
Yes, and the results are also the same. In fact, the webcam script takes the screenshot of the computer camera. After I changed its input from a screenshot to an image on the computer, the results are the same as I showed before.. |
Hi @Skylion007
I'm trying to reproduce the results showed in your paper, as follows:
But I only get the results like this:
So what is the problem?
The text was updated successfully, but these errors were encountered: