Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ language:
|
|
5 |
pipeline_tag: image-segmentation
|
6 |
---
|
7 |
[github](https://github.com/yuyijiong/remote_sense_image_quality_inspection)
|
|
|
|
|
|
|
|
|
8 |
使用segformer模型对遥感图像进行质量检测。通过语义分割,标出以下6种类型区域,“背景”代表图片无质量问题,其余代表某一种特定质量问题:
|
9 |
|
10 |
"0": "背景",
|
|
|
5 |
pipeline_tag: image-segmentation
|
6 |
---
|
7 |
[github](https://github.com/yuyijiong/remote_sense_image_quality_inspection)
|
8 |
+
|
9 |
+
[paper](https://arxiv.org/abs/2307.11965)
|
10 |
+
|
11 |
+
|
12 |
使用segformer模型对遥感图像进行质量检测。通过语义分割,标出以下6种类型区域,“背景”代表图片无质量问题,其余代表某一种特定质量问题:
|
13 |
|
14 |
"0": "背景",
|