Git Product home page Git Product logo

Comments (7)

agl5000 avatar agl5000 commented on May 14, 2024 1

It worked! Thanks for your help.

A couple roadblocks popped up on the way, but I got around them:

  1. The script returned many messages that tensorflow and its operations were deprecated and to update. Obviously I ignored them, and everything worked.

  2. It had an issue creating the thumbnails of some of the files and would stop the script halfway through. I deleted my images and recreated them, and doing so solved the problem.

  3. Port 5000 was already busy, but changing to 8000 worked fine. Not sure if this is an issue with my machine or not (I'm new at this...)

Again, thanks for the assistance!

from pix-plot.

duhaime avatar duhaime commented on May 14, 2024

Ah, thanks for your note @agl5000. It seems you don't have imagemagick installed. Could you please try a simple brew install imagemagick and let me know how it goes?

from pix-plot.

agl5000 avatar agl5000 commented on May 14, 2024

Thanks for such a quick reply--that worked, but when running the first instruction under "QuickStart", the python script, a new error is given:

AttributeError: module 'tensorflow' has no attribute 'app'

from pix-plot.

duhaime avatar duhaime commented on May 14, 2024

I'm glad imagemagick is all set now!

The tensorflow error is likely due to the fact that tensorflow just released a major (non-backwards compatible) version 2.0. This codebase assumes users have the older 1.x tensorflow installed.

Would you be able to run a pip install tensorflow==1.15.0 and then try to process your data again? (I'm submitting a pull request to prevent tensorflow 2.0 installations in the future...)

from pix-plot.

duhaime avatar duhaime commented on May 14, 2024

@agl5000 any luck with tensorflow 1.x?

from pix-plot.

duhaime avatar duhaime commented on May 14, 2024

Awesome news @agl5000!

Yes, those deprecation warnings spring from tensorflow but are innocuous.

There are a few reasons why some images might not be processable. Removing the wonky images is a fine solution.

It's totally okay to run the local server on any port you like!

I'm glad you got this all straightened out. Is it alright to close this issue in that case?

from pix-plot.

agl5000 avatar agl5000 commented on May 14, 2024

Yep--thanks again!

from pix-plot.

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.