ritwik12 / Celestial-bodies-detection

TensorFlow Image Classifier that can be used to classify whether an image is of a Planet (Earth, Mercury, Mars, etc), Galaxy (Spiral, Elliptical, Irregular), Satellites, Comets, Etc.
https://celestial-bodies-detection.herokuapp.com
GNU General Public License v3.0
84 stars 57 forks source link

Classify Meteor and Meteorites #40

Open ritwik12 opened 4 years ago

ritwik12 commented 4 years ago

Though Meteor, Meteorides, and Meteorites are the same thing and are very similar to Asteroid too, we need to think of a way to classify them.

Meteoroids are lumps of rock or iron that orbit the sun, just as planets, asteroids, and comets do.
When meteoroids enter Earth's atmosphere (or that of another planet, like Mars) at high speed and burn up,
the fireballs or “shooting stars” are called meteors. 

A meteor is a streak of light in the sky caused by a meteoroid crashing through Earth's atmosphere. 
When a meteoroid survives a trip through the atmosphere and hits the ground, it's called a meteorite.
Sudipt-panda commented 4 years ago

Can I work on this? Also, this would be my 1st contribution, so it would be really helpful if you can give me a direction to start working on it. Do you need only training and testing data for the meteors and meteorites? And if you need any code change, then is it only some training parameters that have to be updated, or anything else? Thanks in Advance.

ritwik12 commented 4 years ago

We need training data, please check other merged PRs

vipul-maheshwari commented 2 years ago

If no one is working on this! I might want to!

ritwik12 commented 2 years ago

@vipulmaheshwari11 Sure, please go ahead.

vipul-maheshwari commented 2 years ago

@ritwik12 Thanks Bud for reverting back! Can you please guide me a little considering the same!! Any help is appreciated.

ritwik12 commented 2 years ago

@vipulmaheshwari11 Please take a look at #26. It's similar.

ritwik12 commented 2 years ago

@vipulmaheshwari11 Please check updated discription too. If they all look same in image then we only need to update the Doc and not the code.

vipul-maheshwari commented 2 years ago

Hey ritwik! Thanks for this, but I think the code is almost correct! We only might have to add more data to make it more accurate! And besides that! I am a rookie, so if I ask silly questions please don't mind! Thanks. Please let me know what are my next steps

On Fri, Feb 11, 2022 at 5:59 PM Ritwik Sharma @.***> wrote:

@vipulmaheshwari11 https://github.com/vipulmaheshwari11 Please check updated discription too. If they all look same in image then we only need to update the Doc and not the code.

— Reply to this email directly, view it on GitHub https://github.com/ritwik12/Celestial-bodies-detection/issues/40#issuecomment-1036164531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUUUYOIEY26QWSWU5O3XIETU2T6LJANCNFSM4JKF6AKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

ritwik12 commented 2 years ago

@vipulmaheshwari11 We need to check if there is a way to classify Meteor, Meteorides, and Meteorites and Asteroid by looking at their image. If yes, then we will work on creating a new category as in other PR I shared above, will find images for this category, add those images. write a small description about that. and we are done.

Surya735 commented 10 months ago

Hi @ritwik12 , is the issue still up for grabs? If so I would love to work on this