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
Facemap is a framework for predicting neural activity from mouse orofacial movements. It includes a pose estimation model for tracking distinct keypoints on the mouse face, a neural network model for predicting neural activity using the pose estimates, and also can be used compute the singular value decomposition (SVD) of behavioral videos.
13
13
@@ -112,7 +112,7 @@ Next you can extract information from the videos like track keypoints, compute m
Facemap provides a trained network for tracking distinct keypoints on the mouse face from different camera views (some examples shown below). Check the `keypoints` box then click `process`. Next a bounding box will appear -- focus this on the face as shown below. Then the processed keypoints `*.h5` file will be saved in the output folder along with the corresponding metadata file `*.pkl`.
118
118
@@ -121,11 +121,11 @@ Keypoints will be predicted in the selected bounding box region so please ensure
121
121
For more details on using the tracker, please refer to the [GUI Instructions](docs/pose_tracking_gui_tutorial.md). See [command line interface (CLI) instructions](docs/pose_tracking_cli_tutorial.md) and for more examples, please see [tutorial notebooks](https://github.com/MouseLand/facemap/tree/dev/notebooks).
### :mega: User contributions :video_camera: :camera:
128
+
### 📢 User contributions 📹 📷
129
129
Facemap aims to provide a simple and easy-to-use tool for tracking mouse orofacial movements. The tracker's performance for new datasets could be further improved by expand our training set. You can contribute to the model by sharing videos/frames on the following email address(es): `asyeda1[at]jh.edu` or `stringerc[at]janelia.hhmi.org`.
130
130
131
131
## II. ROI and SVD processing
@@ -138,15 +138,15 @@ For more details see [SVD python tutorial](docs/svd_python_tutorial.md) or [SVD
138
138
139
139
([video](https://www.youtube.com/watch?v=Rq8fEQ-DOm4) with old install instructions)
Facemap includes a deep neural network encoding model for predicting neural activity or principal components of neural activity from mouse orofacial pose estimates extracted using the tracker or SVDs.
146
146
147
147
The encoding model used for prediction is described as follows:
0 commit comments