-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Classify Satellites #39
Comments
Can you give me a point to start? |
@alisaffari97 Thanks for showing interest, You can go through #26 and see what changes were made. |
Is this still open? If so, I'd like to work on it! |
Yes this is open @dejesusj :) |
Is this still open? I'd like to give it a shot if it is. |
@vinodlakshmanan Sure, go for it. |
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? |
@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. |
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. |
@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. |
ok it's what i want to know,
thanks
Le lun. 7 nov. 2022 17:21, Ritwik Sharma ***@***.***> a
écrit :
… @Overlrd <https://github.com/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.
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVRSKOHGU6OYGJRWXIXHMILWHE3CDANCNFSM4JKF5KJQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm getting this error :
It seems like the |
@Overlrd Please check
It is accessing the image folder as passed in the command |
Ok, I'll check.
Le sam. 12 nov. 2022 20:10, Ritwik Sharma ***@***.***> a
écrit :
… @Overlrd <https://github.com/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.
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVRSKOBEKLBCQSTVTII7H5TWH72T5ANCNFSM4JKF5KJQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
We already have Moon classification. It would be better to have more Satellite.
The text was updated successfully, but these errors were encountered: