Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 959 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 959 Bytes

EchoFM - A Vision Foundation Model for Echocardiogram Video

Official repo for [EchoFM: Foundation Model for Generalizable Echocardiogram Analysis]

Key features

  • EchoFM is pre-trained on 290K Echocardiography clips with self-supervised learning
  • EchoFM has been validated in multiple downstream tasks including segmentatino, classification, disease detection tasks.
  • EchoFM can be efficiently adapted to customised tasks.

News

Quick Start : Download link for EchoFM Weights

Download the EchoFM pre-trained weights [will be released soon]

Install environment

  1. Install dependencies
git clone https://github.com/kimsekeun/Echo_FM.git
cd Echo_FM
pip install -r requirement.txt
  1. Create environment with docker image: '''

'''

Citation

If you find this repository useful, please consider citing this paper: [will be released soon]


Contact

Please contact [email protected] if you have questions.