art-DCGAN icon indicating copy to clipboard operation
art-DCGAN copied to clipboard

genre-scraper.py HTTP Error 404: Not Found

Open oof3nd opened this issue 5 years ago • 7 comments

new version genre-scraper.py doesn't work unnamed Is it planned to fix this?

oof3nd avatar Aug 13 '18 20:08 oof3nd

What arguments are you feeding the script? Right now it looks like you aren't specifying a genre or style to scrape, hence the "None" in your URLs.

You must feed it either a style or a genre to download. by the command line, if you wanted to download landscape paintings you would run

python3 genre-scraper.py --genre landscape --output_dir landscapes

robbiebarrat avatar Aug 13 '18 21:08 robbiebarrat

Are you still having trouble? If not, please let me know so I can close the issue.

robbiebarrat avatar Aug 14 '18 19:08 robbiebarrat

image script works, scrape images, but sometimes displays "failed downloading", it's ok? can i run "main.lua" for windows? What is Generator (CPU) and Discriminator (CPU)? necessarily for run "main.lua"?

oof3nd avatar Aug 14 '18 21:08 oof3nd

yes sometimes it says failed downloading but that's OK.

I haven't tested it on windows - but you're definitely going to want to use GPU as opposed to CPU - otherwise it will take months to train. Could you please rephrase your question about this? I'm not sure I understand.

robbiebarrat avatar Aug 14 '18 21:08 robbiebarrat

What i need for start "main.lua"? How can i use gan with "main.lua"?

oof3nd avatar Aug 14 '18 22:08 oof3nd

Please check https://github.com/robbiebarrat/art-DCGAN/blob/master/INSTALL.md for setup details,

although this only works on Linux, I don't know how to set up on Windows...

robbiebarrat avatar Aug 14 '18 22:08 robbiebarrat

@robbiebarrat would it work on google colab that way anyone can run with free gpu and platform independent in the cloud?

ak9250 avatar Aug 21 '18 00:08 ak9250