Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Chrisathy/BRENet-dataset
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- mean_iou
|
| 9 |
+
- accuracy
|
| 10 |
+
tags:
|
| 11 |
+
- rgb-event
|
| 12 |
+
- semantic segmentation
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## BRENet Checkpoints
|
| 16 |
+
Checkpoint of Learning Flow-Guided Registration for RGB-Event Semantic Segmentation (https://www.arxiv.org/abs/2505.01548).
|
| 17 |
+
|
| 18 |
+
## Model Description
|
| 19 |
+
These BRENet checkpoints are for RGB-Event semantic segmentation. All model details can be found in the paper.
|
| 20 |
+
|
| 21 |
+
## Notes
|
| 22 |
+
We also provide pretrained backbone (MiT-B2 & B5) in this repo.
|