Skip to content
Snippets Groups Projects
Commit ee3d14e5 authored by sandeeps's avatar sandeeps
Browse files

Update README.md

parent 2244ef7c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,11 @@
NimbusNet is cloud detection project powered by various state-of-the-art deep learning algorithms.
## File Descriptions
## Best Results
Our best results were obtained using a Dynamic UNet model based on ResNet-18 with Self Attention and Mish activation function. We combined spectral bands 2, 26, and 32 in the form of an RGB image and used about 52,000 blocks of 64 x 64 pixels for training. The code and results of using this model are present in `Dynamic_UNet` folder.
## File/Folder Descriptions
1. `count_blocks.py`
......@@ -31,5 +35,5 @@ NimbusNet is cloud detection project powered by various state-of-the-art deep le
7. `NCSA Hackathon III`
Final Presentation file
Folder `'Multi-band UNet` contains Non-dynamic UNet model base on band 2, 26 and 31, for more details check README in the folder.
\ No newline at end of file
8. `Multi-band_UNet` contains Non-dynamic UNet model base on band 2, 26 and 31, for more details check README in the folder.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment