You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,12 +24,12 @@ Open Source Software is accelerating Biomedicine. DeepLabCut enables automated v
24
24
25
25
Several areas of research, including neuroscience, medicine, and biomechanics, use data from tracking animal movement. DeepLabCut helps in understanding what humans and other animals are doing by parsing actions that have been recorded on film. Using automation for laborious tasks of tagging and monitoring, along with deep neural network based data analysis, DeepLabCut makes scientific studies involving observing animals, such as primates, mice, fish, flies etc., much faster and more accurate.
26
26
27
-
{{< figure >}}
28
-
src = '/images/content_images/cs/race-horse.gif'
29
-
title = 'Colored dots track the positions of a racehorse’s body part'
30
-
alt = 'horserideranim'
31
-
attribution = '(Source: Mackenzie Mathis)'
32
-
{{< /figure >}}
27
+
{{< figure
28
+
src="/images/content_images/cs/race-horse.gif"
29
+
title="Colored dots track the positions of a racehorse’s body part"
30
+
alt="horserideranim"
31
+
attribution="(Source: Mackenzie Mathis)"
32
+
>}}
33
33
34
34
DeepLabCut's non-invasive behavioral tracking of animals by extracting the poses of animals is crucial for scientific pursuits in domains such as biomechanics, genetics, ethology & neuroscience. Measuring animal poses non-invasively from video - without markers - in dynamically changing backgrounds is computationally challenging, both technically as well as in terms of resource needs and training data required.
35
35
@@ -72,14 +72,14 @@ Recently, the [DeepLabCut model zoo](https://deeplabcut.github.io/DeepLabCut/doc
72
72
- code for large-scale inference on videos
73
73
- draw inferences using integrated visualization tools
0 commit comments