Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fix an error in formatting
  • Loading branch information
traviswheeler authored Feb 17, 2025
1 parent 9a66973 commit 5a94468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h1 id="logo">DIPLOMAT</h1>
<div class="container">
<section>
<h2>About</h2>
<p>DIPLOMAT provides a multi-animal tracking/pose-estimation interface that (1) reduces identity swaps and body part losses, and (2) simplifies correction of automated tracking errors. After pre-processing a video with a pose estimation tool (currently supporting SLEAP and DeepLabCut packages), DIPLOMAT computes a multi-animal maximum-probability trace to _**Track**_ multiple animals (and their body parts); it then provides an intuitive and memory/time efficient _**Interact**_ interface to edit and re-track as needed. DIPLOMAT differs from other multi-animal tracking packages by working directly off of confidence maps instead of running peak detection, allowing for more accurate tracking results.</p>
<p>DIPLOMAT provides a multi-animal tracking/pose-estimation interface that (1) reduces identity swaps and body part losses, and (2) simplifies correction of automated tracking errors. After pre-processing a video with a pose estimation tool (currently supporting SLEAP and DeepLabCut packages), DIPLOMAT computes a multi-animal maximum-probability trace to <b>Track</b> multiple animals (and their body parts); it then provides an intuitive and memory/time efficient <b>Interact</b> interface to edit and re-track as needed. DIPLOMAT differs from other multi-animal tracking packages by working directly off of confidence maps instead of running peak detection, allowing for more accurate tracking results.</p>
</section>

<div class="images">
Expand Down

0 comments on commit 5a94468

Please sign in to comment.