Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
# PanoMouse Dataset
|
| 2 |
|
| 3 |
-
PanoMouse is the official dataset for the paper:
|
| 4 |
-
|
| 5 |
-
> **Mouse Total Capture: A Multi-view Dataset for 3D Motion and Expression
|
| 6 |
-
> Capture of Freely Moving Mouse**
|
| 7 |
|
| 8 |
PanoMouse supports simultaneous whole-body motion and facial expression capture
|
| 9 |
of freely moving mice via a 24-camera multiview system.
|
|
@@ -16,8 +13,10 @@ of freely moving mice via a 24-camera multiview system.
|
|
| 16 |
- **Tasks**: 2D pose estimation, 3D pose estimation, behavior classification
|
| 17 |
|
| 18 |
## Repository Structure
|
|
|
|
| 19 |
PanoMouse/
|
| 20 |
├── action_annotations/ # Action category labels for behavior classification
|
| 21 |
├── annotations/ # 2D and 3D pose annotations (keypoint coordinates)
|
| 22 |
├── videos-1K.zip # Multi-view synchronized videos (1K subset)
|
| 23 |
-
└── images.zip # Multi-view image frames
|
|
|
|
|
|
| 1 |
# PanoMouse Dataset
|
| 2 |
|
| 3 |
+
PanoMouse is the official dataset for the paper: **Mouse Total Capture: A Multi-view Dataset for 3D Motion and Expression Capture of Freely Moving Mouse**
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
PanoMouse supports simultaneous whole-body motion and facial expression capture
|
| 6 |
of freely moving mice via a 24-camera multiview system.
|
|
|
|
| 13 |
- **Tasks**: 2D pose estimation, 3D pose estimation, behavior classification
|
| 14 |
|
| 15 |
## Repository Structure
|
| 16 |
+
```
|
| 17 |
PanoMouse/
|
| 18 |
├── action_annotations/ # Action category labels for behavior classification
|
| 19 |
├── annotations/ # 2D and 3D pose annotations (keypoint coordinates)
|
| 20 |
├── videos-1K.zip # Multi-view synchronized videos (1K subset)
|
| 21 |
+
└── images.zip # Multi-view image frames to train 2D pose and 3D pose models
|
| 22 |
+
```
|