Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
4 |
+
{}
|
5 |
+
---
|
6 |
+
|
7 |
+
# Y8-Naval.ONNX
|
8 |
+
|
9 |
+
A straightforward naval vessel recognition/tracking model for remote sensing feeds (ie sat imagery, drone footage) trained primarily on the dataset provided by 0.1109/JSTARS.2021.3104230.
|
10 |
+
|
11 |
+
### Examples
|
12 |
+
|
13 |
+
![Example 1](https://huggingface.co/SixOpen/Y8NavalONNX/resolve/main/examples/Y8Nex1.PNG)
|
14 |
+
|
15 |
+
|
16 |
+
![Example 2](https://huggingface.co/SixOpen/Y8NavalONNX/resolve/main/examples/Y8Nex2.PNG)
|
17 |
+
|
18 |
+
|
19 |
+
![Example 3](https://huggingface.co/SixOpen/Y8NavalONNX/resolve/main/examples/Y8Nex3.PNG)
|
20 |
+
|
21 |
+
|
22 |
+
### Extra
|
23 |
+
|
24 |
+
For a different kind of example, here's how the model performs in simulated environments:
|
25 |
+
![Extra eig](https://huggingface.co/SixOpen/Y8NavalONNX/resolve/main/Y8Navaleigexample.gif)
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
### Training Data
|
30 |
+
|
31 |
+
The xView dataset images are collected from WorldView-3 satellites, which offer a ground resolution of 0.3 meters. These images are sourced from diverse geographic locations, with a focus on those containing ship targets. Given the large size of the xView images, they are sliced into 930×930 pixel segments with a 150-pixel overlap, resulting in 532 images. Each image is relabeled with both horizontal and oriented bounding boxes.
|
32 |
+
|
33 |
+
Additionally, 1,057 images from the HRSC2016 dataset and 1,846 images from the FGSD dataset are included, with corrections made to mislabeled data and annotations added for previously missed small ship targets.
|
34 |
+
|
35 |
+
21 images from the Airbus Ship Detection Challenge are included, and 17 images from Chinese satellites such as GaoFen-2 and JiLin-1.
|
36 |
+
|
37 |
+
The use of Google Earth images must adhere to Google's terms of use. All images and their associated annotations are intended solely for academic purposes and are prohibited from commercial use.
|