We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: