Spaces:
Running
Running
riponazad commited on
Commit ·
a886852
1
Parent(s): 21494a2
Update README with Taming paper, citations, and like request
Browse files
README.md
CHANGED
|
@@ -16,13 +16,17 @@ short_description: To run EchoTracker instantly on a custom or given videos.
|
|
| 16 |
**Advancing Myocardial Point Tracking in Echocardiography**
|
| 17 |
|
| 18 |
[](https://link.springer.com/chapter/10.1007/978-3-031-72083-3_60)
|
|
|
|
| 19 |
[](https://arxiv.org/abs/2405.08587)
|
|
|
|
| 20 |
[](https://github.com/riponazad/echotracker)
|
| 21 |
[](https://riponazad.github.io/echotracker/)
|
| 22 |
[](LICENSE)
|
| 23 |
|
| 24 |
EchoTracker is an interactive demo for tracking user-selected points on cardiac tissue across echocardiography video sequences. It was presented at **MICCAI 2024** and demonstrates strong generalisation across cardiac views and scanner types — including out-of-distribution settings not seen during training.
|
| 25 |
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
## Demo
|
|
@@ -118,7 +122,7 @@ The tracker receives a batch of grayscale frames of shape `[B, T, 1, H, W]` and
|
|
| 118 |
|
| 119 |
## Citation
|
| 120 |
|
| 121 |
-
If you use EchoTracker in
|
| 122 |
|
| 123 |
```bibtex
|
| 124 |
@InProceedings{azad2024echotracker,
|
|
@@ -131,6 +135,16 @@ If you use EchoTracker in your research, please cite:
|
|
| 131 |
publisher = {Springer Nature Switzerland},
|
| 132 |
doi = {10.1007/978-3-031-72083-3_60}
|
| 133 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
```
|
| 135 |
|
| 136 |
---
|
|
@@ -146,3 +160,9 @@ Md Abulkalam Azad, Artem Chernyshov, John Nyberg, Ingrid Tveten, Lasse Lovstakke
|
|
| 146 |
This project is licensed under the [MIT License](LICENSE).
|
| 147 |
|
| 148 |
> **Note:** The bundled example echocardiography clips are provided for demonstration purposes only and should not be downloaded, reproduced, or used outside this demo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
**Advancing Myocardial Point Tracking in Echocardiography**
|
| 17 |
|
| 18 |
[](https://link.springer.com/chapter/10.1007/978-3-031-72083-3_60)
|
| 19 |
+
[](https://openaccess.thecvf.com/content/ICCV2025W/CVAMD/papers/Azad_Taming_Modern_Point_Tracking_for_Speckle_Tracking_Echocardiography_via_Impartial_CVAMD_2025_paper.pdf)
|
| 20 |
[](https://arxiv.org/abs/2405.08587)
|
| 21 |
+
[](https://arxiv.org/abs/2507.10127)
|
| 22 |
[](https://github.com/riponazad/echotracker)
|
| 23 |
[](https://riponazad.github.io/echotracker/)
|
| 24 |
[](LICENSE)
|
| 25 |
|
| 26 |
EchoTracker is an interactive demo for tracking user-selected points on cardiac tissue across echocardiography video sequences. It was presented at **MICCAI 2024** and demonstrates strong generalisation across cardiac views and scanner types — including out-of-distribution settings not seen during training.
|
| 27 |
|
| 28 |
+
The model weights used in this demo are from the follow-up work **"Taming Modern Point Tracking for Speckle Tracking Echocardiography via Impartial Motion"** (ICCV 2025 Workshop), which further advances robustness and accuracy for speckle tracking in echocardiography.
|
| 29 |
+
|
| 30 |
---
|
| 31 |
|
| 32 |
## Demo
|
|
|
|
| 122 |
|
| 123 |
## Citation
|
| 124 |
|
| 125 |
+
If you use EchoTracker or the model weights in this demo, please cite both papers:
|
| 126 |
|
| 127 |
```bibtex
|
| 128 |
@InProceedings{azad2024echotracker,
|
|
|
|
| 135 |
publisher = {Springer Nature Switzerland},
|
| 136 |
doi = {10.1007/978-3-031-72083-3_60}
|
| 137 |
}
|
| 138 |
+
|
| 139 |
+
@InProceedings{Azad_2025_ICCV,
|
| 140 |
+
author = {Azad, Md Abulkalam and Nyberg, John and Dalen, H{\aa}vard
|
| 141 |
+
and Grenne, Bj{\o}rnar and Lovstakken, Lasse and {\O}stvik, Andreas},
|
| 142 |
+
title = {Taming Modern Point Tracking for Speckle Tracking Echocardiography via Impartial Motion},
|
| 143 |
+
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops},
|
| 144 |
+
month = {October},
|
| 145 |
+
year = {2025},
|
| 146 |
+
pages = {1115--1124}
|
| 147 |
+
}
|
| 148 |
```
|
| 149 |
|
| 150 |
---
|
|
|
|
| 160 |
This project is licensed under the [MIT License](LICENSE).
|
| 161 |
|
| 162 |
> **Note:** The bundled example echocardiography clips are provided for demonstration purposes only and should not be downloaded, reproduced, or used outside this demo.
|
| 163 |
+
|
| 164 |
+
---
|
| 165 |
+
|
| 166 |
+
## Support This Work
|
| 167 |
+
|
| 168 |
+
If you find EchoTracker useful, please consider clicking the **Like** button at the top of this Space. It helps others discover this work and supports continued open research in cardiac image analysis.
|