Skip to content

Commit

Permalink
update readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Alansary committed Apr 27, 2018
1 parent 4b31c13 commit e338257
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 7 additions & 2 deletions examples/AutomaticViewPlanning/DQN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ environment and mimicking experienced operators' navigation steps.

---
## Results

* Detecting the 4-chamber plane in short-axis cardiac MRI acquisition [(HQ video)](videos/brain_acpc.mp4)

<p align="center">
[<img src="./images/cardiac_4ch.gif" width="512">](videos/cardiac_4ch.mp4)
[<img src="./images/cardiac_4ch.gif" width="400">](videos/cardiac_4ch.mp4)
</p>

* Detecting the axial plane containing the anterior and posterior commissure (ACPC) line in adult brain MRI acquisition [(HQ video)](videos/brain_acpc.mp4)

<p align="center">
[<img src="./images/brain_acpc.gif" width="512">](videos/brain_acpc.mp4)
<img src="./images/brain_acpc.gif" width="400">
</p>


Expand Down
10 changes: 7 additions & 3 deletions examples/LandmarkDetection/DQN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ Automatic detection of anatomical landmarks is an important step for a wide rang

---
## Results
Here are few examples for the learned agent for landmark detection on unseen data:

* Detecting the apex point in short-axis cardiac MRI [(HQ video)](videos/cardiac_apex.mp4)
<p align="center">
[<img src="./images/cardiac_apex.gif" width="255">](videos/cardiac_apex.mp4)
<img src="./images/cardiac_apex.gif" width="255">
</p>

* Detecting the anterior commissure (AC) point in adult brain MRI [(HQ video)](videos/brain_ac.mp4)
<p align="center">
[<img src="./images/brain_ac.gif" width="255">](videos/brain_ac.mp4)
<img src="./images/brain_ac.gif" width="255">
</p>

* Detecting the cavum septum pellucidum (CSP) point in fetal head ultrasound [(HQ video)](videos/fetal_csp.mp4)
<p align="center">
[<img src="./images/fetal_csp.gif" width="255">](videos/fetal_csp.mp4)
<img src="./images/fetal_csp.gif" width="255">
</p>


Expand Down

0 comments on commit e338257

Please sign in to comment.