Space2Ground icon indicating copy to clipboard operation
Space2Ground copied to clipboard

A dataset with Space (Sentinel-1/2) and Ground (street-level images) components, annotated with crop-type labels for agriculture monitoring.

Results 2 Space2Ground issues
Sort by recently updated
recently updated
newest added

I am facing multiple issues due to modules version compatibility, please provide the list of versions of modules.

question

Train a custom lightweight model on the Satellite data[¶](http://localhost:8888/notebooks/Space2Ground_use_case.ipynb#Train-a-custom-lightweight-model-on-the-Satellite-data) import os lr = 0.001 sat_model_filename = "lstm_att" if os.path.exists('models'): os.mkdir('models') model_path = "models/{}.h5".format(sat_model_filename) ​ checkpoint = ModelCheckpoint(model_path, monitor='val_loss', verbose=1, save_best_only=True,...

bug