yuyijiong commited on
Commit
62b540a
·
verified ·
1 Parent(s): 5a753ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ language:
4
+ - zh
5
  ---
6
+ [github](https://github.com/yuyijiong/remote_sense_image_quality_inspection)
7
+
8
+
9
+ 使用swin v2模型检测遥感图像中是否包含以下9种类型的质量问题:\
10
+ "0": "云",
11
+ "1": "阴影",
12
+ "2": "拉花",
13
+ "3": "模糊",
14
+ "4": "光谱溢出",
15
+ "5": "扭曲",
16
+ "6": "拼接痕迹",
17
+ "7": "拼接错误",
18
+ "8": "条状噪声"
19
+
20
+ 模型输出为9维向量,每一维的值代表图片中存在此类错误的概率。
21
+
22
+