├── .github └── workflows │ └── action.yml ├── .gitignore ├── .mlc_config.json ├── LICENSE └── README.md /.github/workflows/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangle53/satellite-image-deep-learning/HEAD/.github/workflows/action.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangle53/satellite-image-deep-learning/HEAD/.gitignore -------------------------------------------------------------------------------- /.mlc_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangle53/satellite-image-deep-learning/HEAD/.mlc_config.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangle53/satellite-image-deep-learning/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangle53/satellite-image-deep-learning/HEAD/README.md --------------------------------------------------------------------------------