Skip to content
Merged
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
143 changes: 71 additions & 72 deletions view-detection.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ <h1>Echo View Classification</h1>
<div class="col-12">
<div align="justify">
<hr>
<h1><b>Project Description</b> </h1>
<br>
<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>
</div>
Expand Down Expand Up @@ -151,79 +149,80 @@ <h2>Start Labelling</h2>
<div class="section-title">
<h2>Apical Views:</h2>
</div>
<table>
<tr>
<th>View</th>
<th>Description</th>
</tr>
<tr>
<td>a2ch-la</td>
<td>Apical 2-chamber, focused on the left atrium</td>
</tr>
<tr>
<td>a2ch-lv</td>
<td>Apical 2-chamber, focused on the left ventricle</td>
</tr>
<tr>
<td>a2ch-full</td>
<td>Apical 2-chamber</td>
</tr>
<tr>
<td>apex</td>
<td>Any apical window, focused on the apex</td>
</tr>
<tr>
<td>a3ch-la</td>
<td>Apical 3-chamber, focused on the left atrium</td>
</tr>
<tr>
<td>a3ch-lv</td>
<td>Apical 3-chamber, focused on the left ventricle</td>
</tr>
<tr>
<td>a3ch-full</td>
<td>Apical 3-chamber</td>
</tr>
<tr>
<td>a3ch-outflow </td>
<td>Apical 3-chamber, focused on the aortic valve</td>
</tr>
<tr>
<td>a4ch-la</td>
<td>Apical 4-chamber, focused on the left atrium</td>
</tr>
<tr>
<td>a4ch-lv</td>
<td>Apical 4-chamber, focused on the left ventricle</td>
</tr>
<tr>
<td>a4ch-full</td>
<td>Apical 4-chamber</td>
</tr>
<tr>
<td>a4ch-ias</td>
<td>Apical 4-chamber, focused on the inter-atrial septum</td>
</tr>
<tr>
<td>a4ch-ra</td>
<td>Apical 4-chamber, focused on the right atrium</td>
</tr>
<tr>
<td>a4ch-rv</td>
<td>Apical 4-chamber, focused on the right ventricle</td>
</tr>
<tr>
<td>a5ch-full</td>
<td>Apical 5-chamber</td>
</tr>
<tr>
<td>a5ch-outflow</td>
<td>Apical 5-chamber, focused on the aortic valve</td>
</tr>
</table>
</div>
</div>
</div>
<table>
<tr>
<th>View</th>
<th>Description</th>
</tr>
<tr>
<td>a2ch-la</td>
<td>Apical 2-chamber, focused on the left atrium</td>
</tr>
<tr>
<td>a2ch-lv</td>
<td>Apical 2-chamber, focused on the left ventricle</td>
</tr>
<tr>
<td>a2ch-full</td>
<td>Apical 2-chamber</td>
</tr>
<tr>
<td>apex</td>
<td>Any apical window, focused on the apex</td>
</tr>
<tr>
<td>a3ch-la</td>
<td>Apical 3-chamber, focused on the left atrium</td>
</tr>
<tr>
<td>a3ch-lv</td>
<td>Apical 3-chamber, focused on the left ventricle</td>
</tr>
<tr>
<td>a3ch-full</td>
<td>Apical 3-chamber</td>
</tr>
<tr>
<td>a3ch-outflow</td>
<td>Apical 3-chamber, focused on the aortic valve</td>
</tr>
<tr>
<td>a4ch-la</td>
<td>Apical 4-chamber, focused on the left atrium</td>
</tr>
<tr>
<td>a4ch-lv</td>
<td>Apical 4-chamber, focused on the left ventricle</td>
</tr>
<tr>
<td>a4ch-full</td>
<td>Apical 4-chamber</td>
</tr>
<tr>
<td>a4ch-ias</td>
<td>Apical 4-chamber, focused on the inter-atrial septum</td>
</tr>
<tr>
<td>a4ch-ra</td>
<td>Apical 4-chamber, focused on the right atrium</td>
</tr>
<tr>
<td>a4ch-rv</td>
<td>Apical 4-chamber, focused on the right ventricle</td>
</tr>
<tr>
<td>a5ch-full</td>
<td>Apical 5-chamber</td>
</tr>
<tr>
<td>a5ch-outflow</td>
<td>Apical 5-chamber, focused on the aortic valve</td>
</tr>
</table>

<br>
<br>

Expand Down