Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
[github](https://github.com/yuyijiong/remote_sense_image_quality_inspection)
|
5 |
+
使用segformer模型对遥感图像进行质量检测。通过语义分割,标出以下6种类型区域,“背景”代表图片无质量问题,其余代表某一种特定质量问题:
|
6 |
+
|
7 |
+
"0": "背景",
|
8 |
+
"1": "云",
|
9 |
+
"2": "阴影",
|
10 |
+
"3": "拉花",
|
11 |
+
"4": "模糊",
|
12 |
+
"5": "光谱溢出",
|
13 |
+
"6": "扭曲"
|
14 |
+
|
15 |
+
|