Giter VIP home page Giter VIP logo

Comments (14)

Overlrd avatar Overlrd commented on June 2, 2024 1

from celestial-bodies-detection.

alisaffari97 avatar alisaffari97 commented on June 2, 2024

Can you give me a point to start?

from celestial-bodies-detection.

ritwik12 avatar ritwik12 commented on June 2, 2024

@alisaffari97 Thanks for showing interest, You can go through #26 and see what changes were made.
Being an Inception based model you don't need to change Any code in Model just need to provide Training data and some other code changes for more information.
After adding all those if you retrain the model then you can see that it is able to predict new category of data also.
Names of Natural Satellites: https://web.archive.org/web/20070227165513/http://www.planetary.org/explore/topics/compare_the_planets/moon_numbers.html
You can take few names from here

from celestial-bodies-detection.

dejesusj avatar dejesusj commented on June 2, 2024

Is this still open? If so, I'd like to work on it!

from celestial-bodies-detection.

ritwik12 avatar ritwik12 commented on June 2, 2024

Yes this is open @dejesusj :)

from celestial-bodies-detection.

vinodlakshmanan avatar vinodlakshmanan commented on June 2, 2024

Is this still open? I'd like to give it a shot if it is.

from celestial-bodies-detection.

ritwik12 avatar ritwik12 commented on June 2, 2024

@vinodlakshmanan Sure, go for it.

from celestial-bodies-detection.

ARGF0RCE avatar ARGF0RCE commented on June 2, 2024

Hello, I am a newbie in open source but I am experienced with TensorFlow and deep learning in general including data preprocessing. I wish to contribute to this project. May I know how I can help in this issue?

from celestial-bodies-detection.

ritwik12 avatar ritwik12 commented on June 2, 2024

@ARGF0RCE For this you won't have to change much in the code. just add new data regarding any new satellites. Currently, we have Moon only. Later train the model using that data and add a new documentation for that.

from celestial-bodies-detection.

Overlrd avatar Overlrd commented on June 2, 2024

HI @ritwik12 I'm a new contributor and i'm actually collecting images of jupyter's moon Europa and i want ot ask if i have to collect images of a specific shape , or reshaping is already done in preprocessing steps.
I'm Very glad to help

from celestial-bodies-detection.

ritwik12 avatar ritwik12 commented on June 2, 2024

@Overlrd Resizing is done. what do you mean by reshaping? You don't need to worry about resolution and dimensions of image. it's take care of.

from celestial-bodies-detection.

Overlrd avatar Overlrd commented on June 2, 2024

I'm getting this error :

File "C:\Users\Sudo Overloord\Overlrd\Celestial_bodies_detection\Celestial-bodies-detection\hub\examples\image_retraining\retrain.py", line 1063, in <module> tf.app.run(main=main, argv=[sys.argv[0]] + unparsed) File "C:\Users\Sudo Overloord\Overlrd\Celestial_bodies_detection\custom_env\lib\site-packages\tensorflow\python\platform\app.py", line 36, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "C:\Users\Sudo Overloord\Overlrd\Celestial_bodies_detection\custom_env\lib\site-packages\absl\app.py", line 308, in run _run_main(main, args) File "C:\Users\Sudo Overloord\Overlrd\Celestial_bodies_detection\custom_env\lib\site-packages\absl\app.py", line 254, in _run_main sys.exit(main(argv)) File "C:\Users\Sudo Overloord\Overlrd\Celestial_bodies_detection\Celestial-bodies-detection\hub\examples\image_retraining\retrain.py", line 785, in main class_count = len(image_lists.keys()) AttributeError: 'NoneType' object has no attribute 'keys'

It seems like the image_list object returned by the def create_image_lists is not a dictionnary
What should i do here ?

from celestial-bodies-detection.

ritwik12 avatar ritwik12 commented on June 2, 2024

@Overlrd Please check

  # Look at the folder structure, and create lists of all the images.
  image_lists = create_image_lists(FLAGS.image_dir, FLAGS.testing_percentage,
                                   FLAGS.validation_percentage)
  class_count = len(image_lists.keys())

It is accessing the image folder as passed in the command --image_dir=./training_data, please check if the folder names are correct as they should be. Try to print this image_lists variable and see what does it contains. could be some issue with directory or maybe permission issues.

from celestial-bodies-detection.

Overlrd avatar Overlrd commented on June 2, 2024

from celestial-bodies-detection.

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.