Code Monkey home page Code Monkey logo

Comments (9)

robbiebarrat avatar robbiebarrat commented on September 24, 2024 3

I'll look into this more over the weekend - really sorry it doesn't work, and thanks for bringing it to my attention - leaving this thread open until i fix it...

from art-dcgan.

robbiebarrat avatar robbiebarrat commented on September 24, 2024 1

try it now - i just updated the scraper

from art-dcgan.

toemm avatar toemm commented on September 24, 2024 1

I've tried everything and couldn't fix this. :(
You updated the code but only changed one import, I don't think it does anything. The sites only shows 3600 pictures per style/genre.

from art-dcgan.

toemm avatar toemm commented on September 24, 2024

Thanks for the quick update but it still only attempts to load 3915 pictures, tried with different num_pages values but no avail.

wikiart2

from art-dcgan.

josh-marsh avatar josh-marsh commented on September 24, 2024

I am having the same problem. If this is not resolvable, would it be possible for you to upload the complete set of images that I assume you still have stored somewhere to a google drive folder? It would be incredibly appreciated. Cheers

from art-dcgan.

robbiebarrat avatar robbiebarrat commented on September 24, 2024

@JOHN-MARSH i'm still looking into it - i think it might be a question of too many threads working at once... i think it will be resolvable.

from art-dcgan.

josh-marsh avatar josh-marsh commented on September 24, 2024

Cheers mate. I would try to fix it myself, but web scraping is not something that I have experience with. Keep us updated!

from art-dcgan.

enochkan avatar enochkan commented on September 24, 2024

any updates?

from art-dcgan.

jyu-theartofml avatar jyu-theartofml commented on September 24, 2024

Not sure if this is a related issue, but I had problem scraping image names that are not utf-8 compatible because it had accent characters. I fixed the problem by adding urllib.parse.quote under def downloader as follows,

file=urllib.parse.quote(file, safe=':/')
filepath = file.split('/')

from art-dcgan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.