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
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,18 @@
6
6
7
7
Cheese3D is a pipeline for tracking mouse facial movements built on top of existing tools ([DeepLabCut](https://github.com/DeepLabCut/DeepLabCut) and [Anipose](https://github.com/lambdaloop/anipose)). By tracking anatomically-informed keypoints using multiple cameras registered in 3D, our pipeline produces sensitive, high-precision facial movement data that can be related internal state (e.g., electrophysiology).
8
8
9
+
**NEW!** Check out the [Cheese3D paper](https://www.nature.com/articles/s41593-026-02262-8).
10
+
9
11
<palign="center">
10
-
<img src="docs/source/_static/Cheese3D.gif" alt="Animation of Cheese3D pipeline", width=60%>
11
-
<img src="docs/source/_static/Cheese3DIcon.png" alt="Animation of Cheese3D pipeline", width=34%>
12
+
<imgsrc="docs/source/_static/Cheese3D.gif"alt="Animation of Cheese3D pipeline"style="height:300px; width:auto;">
<img src="docs/source/_static/Cheese3DVisualizer.gif" alt="Animation of Cheese3D visualizer", width=49%>
18
-
<img src="docs/source/_static/Cheese3DVisualizerStatic.png" alt="Animation of Cheese3D visualizer", width=49%>
20
+
<img src="docs/source/_static/Cheese3DVisualizerStatic.png" alt="Static view of Cheese3D visualizer", width=49%>
19
21
</p>
20
22
21
23
Using a combination of hardware synchronization signals and a multi-stage pipeline, we are able to precisely synchronize video and electrophysiology data. This allows us to relate spikes recorded in the brainstem to various facial movements (here, we highlight two example units correlated with ipsilateral ear movements).
@@ -24,18 +26,16 @@ Using a combination of hardware synchronization signals and a multi-stage pipeli
24
26
25
27

26
28
27
-
If you use Cheese3D, please cite our preprint:
29
+
If you use Cheese3D, please cite our [manuscript](https://www.nature.com/articles/s41593-026-02262-8):
28
30
```
29
-
@article {Daruwalla2024.05.07.593051,
30
-
author = {Daruwalla, Kyle and Martin, Irene Nozal and Zhang, Linghua and Nagli{\v c}, Diana and Frankel, Andrew and Rasgaitis, Catherine and Zhang, Xinyan and Ahmad, Zainab and Borniger, Jeremy C. and Hou, Xun Helen},
31
-
title = {Cheese3D: Sensitive Detection and Analysis of Whole-Face Movement in Mice},
author = {Daruwalla, Kyle and Nozal Martin, Irene and Zhang, Linghua and Nagli{\v{c}}, Diana and Frankel, Andrew and Rasgaitis, Catherine and Zhao, Rubin and Zhang, Xinyan and Ahmad, Zainab and Borniger, Jeremy C. and Hou, Xun Helen},
33
+
title = {Cheese3D enables sensitive detection and analysis of whole-face movement in mice},
@@ -54,7 +54,7 @@ The following notebooks contain the code required to reproduce the figures in ou
54
54
| <imgsrc="paper/Fig4-2Example.png"width=200> |`paper/fig4-part2-consummatory-behavior.ipynb`| Changes in consummatory behavior measured by Cheese3D features |
| <imgsrc="paper/Fig5-2Example.png"width=200> |`paper/fig5-part2-cheese3d-synchronized-electrophysiology.ipynb`| Synchronized Cheese3D with electrophysiology relates motor control activity to subtle facial movements |
57
-
| <imgsrc="Fig5-3Example.png"width=200> |`paper/fig5-part3-prediction-of-neural-activity-from-cheese3d.ipynb`| Predicting neural activity of brainstem units from single facial features |
57
+
| <imgsrc="paper/Fig5-3Example.png"width=200> |`paper/fig5-part3-prediction-of-neural-activity-from-cheese3d.ipynb`| Predicting neural activity of brainstem units from single facial features |
0 commit comments