Ritwik Sharma
Ritwik Sharma
@programmin1 Please fix the errors
@danmoseley Thanks for pointing this out. AFAIK, we are not promoting or encouraging up-for-grabs. it is in the docs just for the sake of an example. We are good with...
@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...
@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.
@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...
@SSahas Please follow the readme.md. I think you also don't need to update `retrained_labels.txt` as that is something done on its own with this command below. To train model you...
@SSahas You meant [retrained_graph.pb](https://github.com/ritwik12/Celestial-bodies-detection/blob/master/hub/examples/image_retraining/retrained_graph.pb)? The current one in repo is already 83MB
@sudhanshu-chauhan Sure
@dbieber I am trying this one out.
@stormic-nomad-nishant @kalyanceg Can you please take a look?