Skip to content

eudesyawog/HOb2sRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOb2sRNN

Multi-source (Radar-Optical) and Multi-temporal Land Cover Mapping at object level leveraging hierarchical class relationships.

Tested with Tensorflow 1.15.

The implementation is described in the section 3 (Method) of this paper.

How to use?

Training and inference time

Check the running bash file (run.sh). The HOb2sRNN.py python file is waiting for 14 parameters :

python HOb2sRNN.py rad_train_file opt_train_file gt_train_file rad_valid_file opt_valid_file gt_valid_file rad_test_file opt_test_file gt_test_file split_number model_outpath rad_timestamps opt_timestamps hier_pretraining

  1. rad_train_file: The radar array for training samples in numpy file format (.npy).

  2. opt_train_file: The optical array for training samples in numpy file format (.npy).

  3. gt_train_file: The ground truth array for training samples in numpy file format (.npy).

  4. rad_valid_file: The radar array for validation samples in numpy file format (.npy).

  5. opt_valid_file: The optical array for validation samples in numpy file format (.npy).

  6. gt_valid_file: The ground truth array for validation samples in numpy file format (.npy).

  7. rad_test_file: The radar array for test samples in numpy file format (.npy).

  8. opt_test_file: The optical array for test samples in numpy file format (.npy).

  9. gt_test_file: The ground truth array for test samples in numpy file format (.npy).

  10. split_number: A number indicating on which split of your datastet the model is trained and used in the model outname. Put any number if you are using only one split of the dataset.

  11. model_outpath: The path where models are saved.

  12. rad_timestamps: The radar time series length.

  13. opt_timestamps: The optical time series length.

  14. hier_pretraining: A parameter with value 1 or 2. Choose 1 to used the hierarchical pretraining strategy described in the paper or 2 to make a simple classification.

About

Multi-source (Radar-Optical) and Multi-temporal Land Cover Mapping at object level leveraging hierarchical class relationships

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published