File size: 512 Bytes
9bf5565
 
8d47786
 
 
9bf5565
64b3ff7
 
 
 
 
 
 
 
 
8d47786
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
license: cc-by-nc-4.0
language:
- zh
pipeline_tag: image-segmentation
---
[github](https://github.com/yuyijiong/remote_sense_image_quality_inspection)
使用segformer模型对遥感图像进行质量检测。通过语义分割,标出以下6种类型区域,“背景”代表图片无质量问题,其余代表某一种特定质量问题:

        "0": "背景",
        "1": "云",
        "2": "阴影",
        "3": "拉花",
        "4": "模糊",
        "5": "光谱溢出",
        "6": "扭曲"