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
@@ -80,15 +93,23 @@ first-of-a-kind image of the black hole.
80
93
Their work illustrates the role the scientific Python ecosystem plays in
81
94
advancing science through collaborative data analysis.
82
95
83
-
{{< figure src="/images/content_images/cs/bh_numpy_role.png" class="fig-center" alt="role of numpy" caption="**The role of NumPy in Black Hole imaging**" >}}
Copy file name to clipboardExpand all lines: content/en/case-studies/cricket-analytics.md
+27-4Lines changed: 27 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@ title: "Case Study: Cricket Analytics, the game changer!"
3
3
sidebar: false
4
4
---
5
5
6
-
{{< figure src="/images/content_images/cs/ipl-stadium.png" caption="**IPLT20, the biggest Cricket Festival in India**" alt="Indian Premier League Cricket cup and stadium" attr="*(Image credits: IPLT20 (cup and logo) & Akash Yadav (stadium))*" attrlink="https://unsplash.com/@aksh1802" >}}
6
+
{{< figure >}}
7
+
src = '/images/content_images/cs/ipl-stadium.png'
8
+
title = 'IPLT20, the biggest Cricket Festival in India'
9
+
alt = 'Indian Premier League Cricket cup and stadium'
@@ -53,7 +59,14 @@ metrics for improving match winning chances:
53
59
* gaining insights into fitness and performance of a player against different opposition,
54
60
* player contribution to wins and losses for making strategic decisions on team composition
55
61
56
-
{{< figure src="/images/content_images/cs/cricket-pitch.png" class="csfigcaption" caption="**Cricket Pitch, the focal point in the field**" alt="A cricket pitch with bowler and batsmen" align="middle" attr="*(Image credit: Debarghya Das)*" attrlink="http://debarghyadas.com/files/IPLpaper.pdf" >}}
@@ -18,7 +24,12 @@ Open Source Software is accelerating Biomedicine. DeepLabCut enables automated v
18
24
19
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.
20
26
21
-
{{< figure src="/images/content_images/cs/race-horse.gif" class="fig-center" caption="**Colored dots track the positions of a racehorse’s body part**" alt="horserideranim" attr="*(Source: Mackenzie Mathis)*">}}
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 >}}
22
33
23
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.
24
35
@@ -61,7 +72,14 @@ Recently, the [DeepLabCut model zoo](http://www.mousemotorlab.org/dlc-modelzoo)
61
72
- code for large-scale inference on videos
62
73
- draw inferences using integrated visualization tools
0 commit comments