Update model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# WireSegHR (Segmentation Only)
|
| 2 |
|
| 3 |
This repository contains the segmentation-only implementation of the two-stage [WireSegHR model](https://arxiv.org/abs/2304.00221), training on the WireSegHR dataset plus the [TTPLA dataset](https://github.com/R3ab/ttpla_dataset).
|
|
@@ -150,4 +161,4 @@ Input:
|
|
| 150 |
<img src="images/026_input.png" alt="Input" width="50%"/>
|
| 151 |
|
| 152 |
Fine prediction:
|
| 153 |
-
<img src="images/026_fine_pred.png" alt="Fine prediction" width="50%"/>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: image-segmentation
|
| 6 |
+
library_name: transformers
|
| 7 |
+
tags:
|
| 8 |
+
- wire
|
| 9 |
+
- drone
|
| 10 |
+
- computer_vision
|
| 11 |
+
---
|
| 12 |
# WireSegHR (Segmentation Only)
|
| 13 |
|
| 14 |
This repository contains the segmentation-only implementation of the two-stage [WireSegHR model](https://arxiv.org/abs/2304.00221), training on the WireSegHR dataset plus the [TTPLA dataset](https://github.com/R3ab/ttpla_dataset).
|
|
|
|
| 161 |
<img src="images/026_input.png" alt="Input" width="50%"/>
|
| 162 |
|
| 163 |
Fine prediction:
|
| 164 |
+
<img src="images/026_fine_pred.png" alt="Fine prediction" width="50%"/>
|