mar1lle commited on
Commit
2562848
·
verified ·
1 Parent(s): e8dc70b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - zeahub/echonet-dynamic
4
+ language:
5
+ - en
6
+ base_model:
7
+ - MCG-NJU/videomae-base
8
+ tags:
9
+ - medical
10
+ ---
11
+
12
+ This repository provides a VideoMAE-based Segmentation Model. It includes:
13
+ Backbone: A ViT-Base encoder pre-trained with VideoMAE on EchoNet-Dynamic.
14
+ 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.
15
+
16
+ The coder is published via github: https://github.com/mar1lle/echo-segmentation