Skip to content

Commit

Permalink
Add template for Work Achieved slides & option to navigate back to …
Browse files Browse the repository at this point in the history
…home (#33)
  • Loading branch information
paddyroddy authored Nov 10, 2023
1 parent 984d44f commit 011d8b2
Show file tree
Hide file tree
Showing 3 changed files with 1,471 additions and 128 deletions.
130 changes: 2 additions & 128 deletions slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,137 +309,11 @@ <h2 class="title">
</div>

<p class="date">9th & 10th of November 2023</p>
</section>


<!-- New slide -->
<section id="workflow" class="slide level2">
<h2>🔧 Real-time AI Workflow for Surgery</h2>

<a href="https://github.com/SciKit-Surgery/cmicHACKS2/">
<img src = "figures/workflow/outputs/drawing-v00.png" style="max-width: 105%;" ></img>
</href>
</a>

</section>



<!-- New slide -->
<section id="demo" class="slide level2">
<h2>🔥 Demo</h2>

Running colon.engine.fp32 model with VideoStreamReplayer on Clara-AGX

<pre><code>
python colonoscopy_segmentation.py --data /workspace/holohub/data/colonoscopy_segmentation
</code></pre>

<video controls="" width="" height="" muted="" loop="" autoplay="">
<source src="figures/video_python_colonoscopy_segmentation_py.mp4" type="video/mp4">
</video>

</section>




<!-- New slide -->
<section id="agenda" class="slide level2">
<h2>📅 Agenda</h2>

<a href="https://github.com/SciKit-Surgery/cmicHACKS2/">
<img src = "figures/agenda/outputs/drawing-v00.png" style="max-width: 105%;" ></img>
</href>
</a>

</section>


<!-- New slide -->
<section id="learning-outcomes" class="slide level2">
<h2>🎒 Learning outcomes</h2>

<ul type="1">

<li><p>
Participants will learn to train, optimise, test and deploy real-time AI models for segmentation tasks,
</p></li>
<li><p>
Participants will learn good software practices to contribute to our open-source projects aligning with medical device software standard (IEC 62304), and
</p></li>
<li><p>
Participants will have the chance to work with NVIDIA Clara AGX - A Universal computing architecture for next-generation AI medical instruments.
</p></li>

</ul>

<u><a href="./pre-workshop-slides">Pre-Workshop Slides</a></u>
<u><a href="./work-achieved">Work Achieved</a></u>
</section>


<!-- New slide -->
<section id="github" class="slide level2">
<h2>💻 GitHub project & discussions</h2>

<a href="https://github.com/SciKit-Surgery/cmicHACKS2/">
<img src = "figures/github-project/outputs/drawing-v00.png" style="max-width: 105%;" ></img>
</href>
</a>

</section>




<!-- New slide -->
<section id="acknowledgements" class="slide level2">
<h2>🙌 Acknowledgements</h2>

<ul class="roman">

<li>
<p>UCL Centre for Medical Image Computing (CMIC)</p>

<ul class="roman">
<li style="font-size:20px";>
Snigdha Sen and Florence Townend
</li>
</ul>
</li>

<li>
<p>Healthcare AI, NVIDIA </p>
<ul class="roman">
<li style="font-size:20px";>
Mikael Brudfors</li>
</ul>
</li>

<li>
<p>Advanced Research Computing Centre (ARC)</p>

<ul class="roman">
<li style="font-size:20px";>
Steve Thompson</li>
</ul>
</li>

<li>
<p>Wellcome / EPSRC Centre for Interventional and Surgical Sciences (WEISS)</p>
<ul class="roman">
<li style="font-size:20px";>
Sophia Bano and Matt Clarkson </li>
</ul>
</li>


</ul>

</section>




<!-- =================================================================== -->

</div>
Expand Down
Loading

0 comments on commit 011d8b2

Please sign in to comment.