Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,8 @@ tags:
|
|
| 10 |
---
|
| 11 |
|
| 12 |
This repository provides a VideoMAE-based Segmentation Model. It includes:
|
| 13 |
-
|
| 14 |
-
|
|
|
|
| 15 |
|
| 16 |
The coder is published via github: https://github.com/mar1lle/echo-segmentation
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
This repository provides a VideoMAE-based Segmentation Model. It includes:
|
| 13 |
+
|
| 14 |
+
- Backbone: A ViT-Base encoder pre-trained with VideoMAE on EchoNet-Dynamic.
|
| 15 |
+
- Segmentation Head: A decoder designed to predict pixel-wise masks for the Left Ventricle at the end of systole and end of diastole. The input is a 16-frame video.
|
| 16 |
|
| 17 |
The coder is published via github: https://github.com/mar1lle/echo-segmentation
|