Skip to content
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

More Pretrained Models? #133

Closed
Hirnmoder opened this issue Apr 19, 2022 · 3 comments
Closed

More Pretrained Models? #133

Hirnmoder opened this issue Apr 19, 2022 · 3 comments

Comments

@Hirnmoder
Copy link

In Readme Line 192 I found a link to download pretrained models for CUT. (http://efrosgans.eecs.berkeley.edu/CUT/pretrained_models.tar)

Unfortunately, it seems that this link is broken (404) and therefore I cannot download the models (training the models myself takes a lot more time of course). Is there any other download link available or may you consider checking them into the repository?

@Hirnmoder
Copy link
Author

It seems that accessing the above mentioned URL with a webbrowser that enforces HTTPS results in this 404-Not-Found-Issue. The file can be downloaded via any other browser or (if you are on Windows) with this PowerShell command:

Invoke-WebRequest -Uri http://efrosgans.eecs.berkeley.edu/CUT/pretrained_models.tar -OutFile pretrained_models.tar

I'll update the issue title as the file contains the following pretrained models:

  • cat2dog CUT
  • cat2dog FastCUT
  • cityscapes CUT
  • cityscapes FastCUT
  • horse2zebra CUT
  • horse2zebra FastCUT

Is there any chance to get pretrained models for other datasets (e.g. iphone2dlsr, grumpifycat, ...)?

@Hirnmoder Hirnmoder changed the title Broken Link for Pretrained Models More Pretrained Models? Apr 21, 2022
@taesungp
Copy link
Owner

taesungp commented Jun 7, 2022

Hi Hirnmoder, I unfortunately do not have other models. Sorry about that!

Yes, the HTTP/HTTPS thing for the provided link is not ideal, but I think wget command doesn't have this problem?

@Hirnmoder
Copy link
Author

Hi taesungp, thank you for clarifying the pretrained model situation.

Yes, indeed, the wget command or Invoke-WebRequest (if you are on Windows) does not suffer from the HTTP/S issue. Therefore I was able to download the aforementioned models. Thank you for providing the models!

I'll close this issue as the main question (more pretrained models) has been answered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants