gy65896 commited on
Commit
3152d88
·
verified ·
1 Parent(s): 4d38034

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +259 -3
README.md CHANGED
@@ -1,3 +1,259 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # <p align=center> [TITS 2023] FVessel: Benchmark Dataset for Vessel Detection, Tracking, and Data Fusion</p>
2
+
3
+ <div align="center">
4
+
5
+ [![Paper](https://img.shields.io/badge/PDF-Paper-red.svg)](https://ieeexplore.ieee.org/abstract/document/10159572)
6
+ [![Web](https://img.shields.io/badge/DeepSORVF-Web-blue.svg)](https://gy65896.github.io/projects/TITS2023_DeepSORVF/index.html)
7
+ [![Code](https://img.shields.io/badge/DeepSORVF-Code-orange.svg)](https://github.com/gy65896/DeepSORVF)
8
+ [![Chinese](https://img.shields.io/badge/简体中文-Chinese-green.svg)](README_zh-CN.md)
9
+ <!--[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fgy65896%2FFVessel&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visitor&edge_flat=false)](https://hits.seeyoufarm.com)-->
10
+
11
+ </div>
12
+
13
+ ---
14
+
15
+ >**Asynchronous Trajectory Matching-Based Multimodal Maritime Data Fusion for Vessel Traffic Surveillance in Inland Waterways** <br>
16
+ >[Yu Guo](https://scholar.google.com/citations?user=klYz-acAAAAJ&hl=zh-CN), [Ryan Wen Liu](http://mipc.whut.edu.cn/index.html)<sup>* </sup>, [Jingxiang Qu](https://scholar.google.com/citations?user=9zK-zGoAAAAJ&hl=zh-CN), [Yuxu Lu](https://scholar.google.com/citations?user=XXge2_0AAAAJ&hl=zh-CN), Fenghua Zhu*, Yisheng Lv <br>
17
+ >(* Corresponding Author) <br>
18
+ >IEEE Transactions on Intelligent Transportation Systems
19
+
20
+ > **Introduction:** *The FVessel benchmark dataset is used to evaluate the reliability of AIS and video data fusion algorithms, which mainly contains 26 videos and the corresponding AIS data captured by the HIKVISION DS-2DC4423IW-D dome camera and Saiyang AIS9000-08 Class-B AIS receiver on the Wuhan Segment of the Yangtze River. To protect privacy, the MMSI for each vessel has been replaced with a random number in our dataset. As shown in Figure 1, these videos were captured under many locations (e.g., bridge region and riverside) and various weather conditions (e.g., sunny, cloudy, and low-light).*
21
+ <hr />
22
+
23
+ ## News 🚀
24
+ * **2024.07.20**: [New Website](https://gy65896.github.io/projects/TITS2023_DeepSORVF/index.html) is created.
25
+ * **2024.04.03**: FVessel dataset is included in the [CVonline: Image Databases](https://homepages.inf.ed.ac.uk/rbf/CVonline/Imagedbase.htm) at the University of Edinburgh.
26
+ * **2023.08.01**: 9 fusion data (Video-27~Video-35) have marked. When requesting the FVessel2.0, please contact us using your institutional or school email address exclusively for research purposes.
27
+ * **2023.06.08**: "Asynchronous Trajectory Matching-Based Multimodal Maritime Data Fusion for Vessel Traffic Surveillance in Inland Waterways" has been accepted by IEEE Transactions on Intelligent Transportation Systems.
28
+ * **2023.05.07**: 9 fusion data (Video-27~Video-35) and 3728 images for detection are captured.
29
+ * **2023.01.12**: We made the FVessel_V1.0 dataset public, containing 26 fusion data and 7625 images for detection.
30
+
31
+ ## Examples
32
+
33
+ ![Figure04_FVessel](https://user-images.githubusercontent.com/48637474/210925024-15dcbcbe-717b-47b6-ad4b-377d71141380.jpg)
34
+
35
+ ## Details
36
+
37
+ The FVessel dataset consists of two parts:
38
+ * __01_Video+AIS__
39
+ * __02_Image+xml__
40
+
41
+ ### 01_Video+AIS
42
+ `01_Video+AIS` contains many videos and the corresponding AIS data to evaluate the performance of the data fusion algorithm. Each video data contains the following files:
43
+
44
+ ```
45
+ |-ais
46
+ |-2022_05_10_19_21_04.csv
47
+ |-[Number, MMSI, Lon, Lat, Speed, Course, Heading, Type, Timestamp]
48
+ └─...
49
+ |-2022_05_10_19_21_05.csv
50
+ |-2022_05_10_19_21_06.csv
51
+ └─... (ais data)
52
+ |-2022_05_10_19_21_05_19_31_10_b.mp4
53
+ |-camera_para.txt
54
+ |-[Lon, Lat, Horizontal Orientation, Vertical Orientation, Camera Height, Horizontal FoV, Vertical FoV, fx, fy, u0, v0]
55
+ |-gt
56
+ |-Video-02_gt.mp4
57
+ |-Video-02_gt_detection.txt
58
+ |-<second>, <0>, <bb_left>, <bb_top>, <bb_width>, <bb_height>, <conf>, <x>, <y>, <z>
59
+ └─...
60
+ |-Video-02_gt_tracking.txt
61
+ |-<second>, <id>, <bb_left>, <bb_top>, <bb_width>, <bb_height>, <conf>, <x>, <y>, <z>
62
+ └─...
63
+ └─Video-02_gt_fusion.txt
64
+ |-<second>, <mmsi>, <bb_left>, <bb_top>, <bb_width>, <bb_height>, <conf>, <x>, <y>, <z>
65
+ └─...
66
+ ```
67
+ * __(a) AIS__
68
+
69
+ Each csv file contains the AIS data received within ten minutes, and only the most recent data is kept.
70
+
71
+ __2022_05_10_19_21_04__
72
+
73
+ |Number|MMSI|Lon|Lat|Speed|Course|Heading|Type|Timestamp|
74
+ | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
75
+ 0|100000000|114.325327|30.60166 |0 |293.6|511|18|1652181559844
76
+ 1|130000000|114.302683|30.58059 |6.8|33.6 |33 |18|1652181659157
77
+ 2|140000000|114.31004 |30.599997|3.9|215.6|511|18|1652181655147
78
+ 3|600000000|114.3156 |30.59773 |7.2|39.6 |511|18|1652181649704
79
+ ...|...|...|... |...|... |...|...|...
80
+
81
+ * __(b) Video__
82
+
83
+ __2022_05_10_19_21_05_19_31_10_b.mp4__
84
+
85
+ Starting time: 2022_05_10_19_21_05
86
+ End time: 2022_05_10_19_31_10
87
+ Type: b/r (bridge/riverside)
88
+
89
+ * __(c) Camera Parameters__
90
+
91
+ __camera_para.txt__
92
+
93
+ |Lon|Lat|Horizontal Orientation|Vertical Orientation|Camera Height|Horizontal FoV|Vertical FoV|fx|fy|u0|v0|
94
+ | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
95
+ 114.32583|30.60139|7|-1|20| 55 | 30.94 | 2391.26 | 2446.89 | 1305.04 | 855.214 |
96
+
97
+ fx, fy, u0, and v0 are parameters in the internal matrix of the camera.
98
+
99
+ * __(d) GT (Ground Truth: adopt the multi-object tracking MOT format)__
100
+
101
+ __Video-02_gt.mp4__
102
+
103
+ Video containing ground truth, processed only once per second.
104
+
105
+ __Video-02_gt_detection.txt__
106
+
107
+ ```
108
+ <second>, <0>, <bb_left>, <bb_top>, <bb_width>, <bb_height>, <conf>, <x>, <y>, <z>
109
+ ```
110
+
111
+ __Video-02_gt_tracking.txt__
112
+
113
+ ```
114
+ <second>, <id>, <bb_left>, <bb_top>, <bb_width>, <bb_height>, <conf>, <x>, <y>, <z>
115
+ ```
116
+
117
+ __Video-02_gt_fusion.txt__
118
+
119
+ ```
120
+ <second>, <mmsi>, <bb_left>, <bb_top>, <bb_width>, <bb_height>, <conf>, <x>, <y>, <z>
121
+ ```
122
+
123
+ * __V1.0 (26 videos)__
124
+
125
+ |Video|Video Length|Type|Weather|Times of Occlusions|Total Number of Vessels|Number of Vessels with AIS|
126
+ | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
127
+ 01|10m07s|Bridge |Low-light|2|5|4
128
+ 02|19m52s|Bridge |Sunny |6|7|6
129
+ 03|19m14s|Riverside|Sunny |6|5|5
130
+ 04|06m10s|Riverside|Sunny |0|1|1
131
+ 05|15m01s|Riverside|Sunny |2|5|5
132
+ 06|12m49s|Riverside|Sunny |2|4|4
133
+ 07|03m38s|Riverside|Sunny |1|2|2
134
+ 08|16m05s|Riverside|Sunny |3|6|5
135
+ 09|05m25s|Riverside|Sunny |0|1|1
136
+ 10|11m17s|Bridge |Cloudy |2|3|1
137
+ 11|05m18s|Riverside|Sunny |1|3|3
138
+ 12|07m19s|Riverside|Sunny |1|4|4
139
+ 13|12m58s|Riverside|Sunny |5|6|6
140
+ 14|03m58s|Riverside|Sunny |3|4|4
141
+ 15|10m46s|Riverside|Sunny |0|4|4
142
+ 16|05m05s|Riverside|Sunny |0|1|1
143
+ 17|08m08s|Riverside|Sunny |1|2|2
144
+ 18|23m57s|Riverside|Sunny |10|10|6
145
+ 19|11m28s|Riverside|Low-light|0|2|2
146
+ 20|14m10s|Riverside|Low-light|0|3|3
147
+ 21|24m01s|Riverside|Low-light|4|7|6
148
+ 22|02m40s|Riverside|Low-light|0|2|1
149
+ 23|19m24s|Riverside|Sunny |2|4|4
150
+ 24|08m39s|Riverside|Sunny |2|3|3
151
+ 25|24m05s|Riverside|Sunny |4|8|8
152
+ 26|07m26s|Riverside|Sunny |0|5|5
153
+
154
+ * __V2.0 (9 videos)__
155
+
156
+
157
+ ### 02_Image+xml
158
+
159
+ `02_Image+xml` contains many maritime images and the corresponding xml files for target detection network training. This dataset has only one class `vessel`.
160
+
161
+ ```
162
+ |-JPEGImages
163
+ |-000001.png
164
+ |-000002.png
165
+ |-000003.png
166
+ └─... (image data)
167
+ |-Annotations
168
+ |-000001.xml
169
+ |-<vessel>, <x1>, <y1>, <x2>, <y2>
170
+ └─...
171
+ |-000002.xml
172
+ |-000003.xml
173
+ └─... (xml data)
174
+ └─-ImageSets
175
+ ```
176
+
177
+ * __V1.0 (7625 images)__
178
+
179
+ ## Download
180
+
181
+ **FVessel_V1.0**
182
+
183
+ |Name|***Baidu Skydisk***|***Onedrive***|
184
+ | :-: | :-: | :-: |
185
+ |link|[https://pan.baidu.com/s/1-VNeZvWqYh7ESLXQxreCDg](https://pan.baidu.com/s/1-VNeZvWqYh7ESLXQxreCDg)|[https://1drv.ms/u/s!As3rCDROnrbLeWE-RMXAGbwAMa4](https://1drv.ms/u/s!As3rCDROnrbLeWE-RMXAGbwAMa4)|
186
+ |code|MIPC||
187
+
188
+ **FVessel_V2.0**
189
+
190
+ [onedrive](https://1drv.ms/u/c/cbb69e4e3408ebcd/Ec3rCDROnrYggMt6AAAAAAABp7ya-82994C3cOKucHX2Yg?e=r7DCJG)
191
+
192
+ ## AIS Data Coordinate Transformation
193
+
194
+ * Copy the data into the `01_demo_transform/data` of this project.
195
+
196
+ * Run `01_demo_transformc/main.py`.
197
+
198
+ #### Example for Coordinate Transformation
199
+
200
+ Example: [[mipc](https://pan.baidu.com/s/1VBQc0QVNdOLGkpmqVZKSHg)]
201
+
202
+ #### Note that the AIS data in the example has been processed differently from the AIS data in the FVessel dataset.
203
+
204
+
205
+ https://github.com/gy65896/FVessel/assets/48637474/78f2409b-7148-46ec-9bff-bd796c73cb9a
206
+
207
+
208
+
209
+ (The blue line is the projection of the AIS data-based trajectory in the image, and the red letter is the corresponding mmsi number.)
210
+
211
+
212
+ ## Evaluation
213
+
214
+ * Install [motmetrics](https://github.com/cheind/py-motmetrics).
215
+
216
+ * Copy the two files from the `02_demo_metric/motmetrics` of this project to the installed motmetrics folder.
217
+
218
+ * Save the test files to the `02_demo_metric/sample` folder.
219
+
220
+ * Choose the type of evaluation `detection`, `tracking`, and `fusion`.
221
+
222
+ * Run `02_demo_metric/eval.py`.
223
+
224
+ ## DeepSORVF: Deep Learning-based Simple Online and Real-Time Vessel Data Fusion Method
225
+
226
+ The following videos show the data fusion results of our proposed [DeepSORVF](https://github.com/gy65896/DeepSORVF).
227
+
228
+ https://github.com/gy65896/FVessel/assets/48637474/8fa420ff-9621-4b88-8b2a-59fc5edc0571
229
+
230
+
231
+
232
+ ## Acknowledgements
233
+
234
+ We deeply thank **Jianlong Su** from the School of Computer and Artificial Intelligence in Wuhan University of Technology who performs the data acquisition and algorithm implementation works.
235
+
236
+ ## Future Work
237
+
238
+ We will capture more data of different scenes to expand the dataset.
239
+
240
+ ## Citation
241
+
242
+ ```
243
+ @article{guo2023asynchronous,
244
+ title={Asynchronous trajectory matching-based multimodal maritime data fusion for vessel traffic surveillance in inland waterways},
245
+ author={Guo, Yu and Liu, Ryan Wen and Qu, Jingxiang and Lu, Yuxu and Zhu, Fenghua and Lv, Yisheng},
246
+ journal={IEEE Transactions on Intelligent Transportation Systems},
247
+ volume={24},
248
+ number={11},
249
+ pages={12779--12792},
250
+ year={2023}
251
+ ```
252
+
253
+ #### If you have any questions, please get in touch with me (guoyu65896@gmail.com).
254
+
255
+ </div>
256
+ <p align="center">
257
+ Visitor count<br>
258
+ <img src="https://profile-counter.glitch.me/gy65896_FVessel/count.svg" />
259
+ </p>