Home

Awesome

MultiSourceData_CFCNN

Keras implementation of land use classification by CNNs

Code

Operating environment

The source code is compiled on the Windows 10 platform using Python 3.6. The dependencies include:

tensorflow-gpu: 1.9, backend </br> Keras: 2.2.4, framework </br> pandas: used for csv I/O </br> numpy: used for array operations </br> matplotlib: used to visualize training accuracy curves </br> GDAL: used for remote sensing image I/O </br> scikit-learn: used for data preprocessing</br>

Dataset

We provide training data and test data for estimating the performance of models. Training data and test data can be found in ./Data, stored as sample points.

The original high spatial resolution image and population density data can be downloaded from Baidu Netdisk. The extracted code is fo7v.

Example

We provide a sample of data in ./Data/Exam_ClassificationResult. The folder contains processed high-resolution images and population density data. We can test the feasibility of the code in ./Code/Classify_FullImage.py.