https://github.com/zjhellofss/cloud_detection
CNN method for cloud detection
https://github.com/zjhellofss/cloud_detection
Last synced: 5 months ago
JSON representation
CNN method for cloud detection
- Host: GitHub
- URL: https://github.com/zjhellofss/cloud_detection
- Owner: zjhellofss
- Created: 2021-03-30T06:42:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T08:31:54.000Z (almost 5 years ago)
- Last Synced: 2025-07-22T14:45:59.230Z (7 months ago)
- Language: Python
- Size: 81.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#XM-UNet
## 训练方法(Training method)

设置图片的数据集为本地的位置,随后在命令行中输入以下的命令
Modify the location of the dataset, and then enter the following command on the command line
```shell
mkdir "models"
python train.py
```
## 验证方法(Eveluate method)

设置模型所在的位置,随后在命令行中输入以下的命令
Set the location of the model, and then enter the following command on the command line
```shell
python test.py
```
## 预训练模型和数据集的下载地址(Download Pretraining model and dataset)
https://pan.baidu.com/s/1DhL0ycsezjE93ZewodVfbQ (f0r1)
## 需要的环境(Environment needed)
```
tensorflow == 2.3.2
keras == 2.4.3
```