itlab-vision / satellite_images_processing

Apache License 2.0
3 stars 5 forks source link

Refactoring #17

Open KimNikita opened 2 years ago

KimNikita commented 2 years ago

Repo structure must be like this: src--> ------assets--> ----------------map.html ----------------map.json ------datasets--> ----------------landsat_data_reader.py (old data_reader.py) ----------------landsat-8_downloaded ----------------sentinel-2_downloaded ------demos--> ----------------cloud_segmentation.py (old cloud_segmentation_pipeline.py) ----------------fire_detection.py (old fire_detection_pipeline.py) ------models--> ----------------cloud_net.py ----------------kumar_roy.py ------scripts--> ----------------landsat_downloader.py ----------------landsat_cropper.py (old landsat_cropper_demo.py) ----------------sentinel_downloader.py ------design.py ------main.py ------README.md