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

Created a new branch from master, applied renaming script to test_data #47

Closed attard-andrew closed 4 years ago

attard-andrew commented 4 years ago

@ritwik12 - Here's what I did:

ritwik12 commented 4 years ago

@attard-andrew You forgot to run the script I guess

attard-andrew commented 4 years ago

So I definitely ran it - what happened was that I did my git add from the incorrect working directory - so the files were untracked. New push incoming.. @ritwik12

attard-andrew commented 4 years ago

@ritwik12 - sorry for the slow follow up, I've been traveling the last few days. When you mention the clutter similar to training data:

In any case - I've restored the original folder from your repo. For the test_data, I manually created subdirectories & sorted the images (I figured manually was the only option in this case outside of utilizing the tool you're building once complete). Once the images were in their respective directories, I re-ran the tool to rename them accordingly

ritwik12 commented 4 years ago

@attard-andrew Sorry I missed this. I guess you might have started the training of the model somehow by using commands mentioned on README.md. So everytime you will start training it's going to cause the files to be changed.

Also, you have added .vscode/ by mistake. It is better to take care when you are using git add command. I will add it and remove myself for now. and will add in gitignore also.