update readme
Browse files- README.md +7 -18
- assets/overview.jpg +0 -0
- assets/streaknet_logo.png +0 -0
README.md
CHANGED
@@ -5,23 +5,12 @@ frameworks:
|
|
5 |
tasks:
|
6 |
- underwater laser imaging
|
7 |
---
|
8 |
-
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
|
9 |
-
#### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
#安装ModelScope
|
14 |
-
pip install modelscope
|
15 |
-
```
|
16 |
-
```python
|
17 |
-
#SDK模型下载
|
18 |
-
from modelscope import snapshot_download
|
19 |
-
model_dir = snapshot_download('CoderAN/StreakNet-Models')
|
20 |
-
```
|
21 |
-
Git下载
|
22 |
-
```
|
23 |
-
#Git模型下载
|
24 |
-
git clone https://www.modelscope.cn/CoderAN/StreakNet-Models.git
|
25 |
-
```
|
26 |
|
27 |
-
|
|
|
|
|
|
|
|
|
|
5 |
tasks:
|
6 |
- underwater laser imaging
|
7 |
---
|
|
|
|
|
8 |
|
9 |
+
<div align="center"><img src="./assets/streaknet_logo.png" width="400"></div><br>
|
10 |
+
<div align="center"><img src="./assets/overview.jpg"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
+
## Introduction
|
13 |
+
|
14 |
+
In this paper, we introduce StreakNet-Arch, a novel signal processing architecture designed for Underwater Carrier LiDAR-Radar (UCLR) imaging systems, to address the limitations in scatter suppression and real-time imaging. StreakNet-Arch formulates the signal processing as a real-time, end-to-end binary classification task, enabling real-time image acquisition. To achieve this, we leverage Self-Attention networks and propose a novel Double Branch Cross Attention (DBC-Attention) mechanism that surpasses the performance of traditional methods. Furthermore, we present a method for embedding streak-tube camera images into attention networks, effectively acting as a learned bandpass filter. To facilitate further research, we contribute a publicly available streak-tube camera image dataset. The dataset contains 2,695,168 real-world underwater 3D point cloud data. These advancements significantly improve UCLR capabilities, enhancing its performance and applicability in underwater imaging tasks.
|
15 |
+
|
16 |
+
For further details, please refer to our [paper](#).
|
assets/overview.jpg
ADDED
assets/streaknet_logo.png
ADDED