Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions view-detection.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>Echo View Classification</h1>
<div class="col-12">
<div align="justify">
<hr>
<h2> We are training an AI model for detailed classification of echocardiographic views, covering 47 distinct categories. Due to the large number of views, some challenging cases may arise. For instance, certain views, such as the apical 3-chamber and apical 4-chamber, can look very similar, making it difficult to determine the correct label. Please examine the image carefully to distinguish between these views. Additionally, if an image does not fit any of the available categories, select the "None of the above" option when labelling.
<h2> We are training an AI model for detailed classification of echocardiographic views, covering 47 distinct categories. Due to the large number of views, some challenging cases may arise. For instance, certain views, such as the apical 3-chamber and apical 4-chamber, can look very similar, making it difficult to determine the correct label. Please examine the image carefully to distinguish between these views. Additionally, if an image does not fit any of the available categories, select the "None of the above" option when labelling. If the image falls into one of the available categories but it is difficult to determine which category, please select the “Not sure” option.
</h2>
</div>
</div>
Expand All @@ -78,7 +78,7 @@ <h2> We are training an AI model for detailed classification of echocardiographi
<br>

<div class="text-center">
<img class="img-fluid" src="assets/img/projects/Biobank/View_Classification/View_Classification.png" style="width: 50%; height: auto;">
<img class="img-fluid" src="assets/img/projects/Biobank/View_Classification/detection.png" style="width: 50%; height: auto;">
</div>

<br>
Expand Down