tristan-deep commited on
Commit
b594794
·
verified ·
1 Parent(s): f0811a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,6 +9,6 @@ EchoNet-Dynamic segmentation model for cardiac ultrasound segmentation.
9
 
10
  Original paper and code: https://echonet.github.io/dynamic/
11
 
12
- 🌽 This is a `zea` implementation of the model. For the source code check [here](https://github.com/tue-bmd/zea/blob/main/zea/models/echonet.py).
13
 
14
  📚 A tutorial on how to use this model can be found check the ["Left ventricle segmentation"](https://zea.readthedocs.io/en/latest/notebooks/models/left_ventricle_segmentation_example.html) notebook.
 
9
 
10
  Original paper and code: https://echonet.github.io/dynamic/
11
 
12
+ 🌽 This is a `zea` implementation of the model. For the source code check [here](https://zea.readthedocs.io/en/latest/_modules/zea/models/echonet.html#EchoNetDynamic).
13
 
14
  📚 A tutorial on how to use this model can be found check the ["Left ventricle segmentation"](https://zea.readthedocs.io/en/latest/notebooks/models/left_ventricle_segmentation_example.html) notebook.