├── .github └── workflows │ └── action.yml ├── .mlc_config.json ├── LICENSE ├── README.md └── logo.png /.github/workflows/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satellite-image-deep-learning/model-training-and-deployment/HEAD/.github/workflows/action.yml -------------------------------------------------------------------------------- /.mlc_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satellite-image-deep-learning/model-training-and-deployment/HEAD/.mlc_config.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satellite-image-deep-learning/model-training-and-deployment/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satellite-image-deep-learning/model-training-and-deployment/HEAD/README.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satellite-image-deep-learning/model-training-and-deployment/HEAD/logo.png --------------------------------------------------------------------------------