Add dataset README
Browse files
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pretty_name: BMTVG segmentation videos
|
| 4 |
+
tags:
|
| 5 |
+
- markerless-tracking
|
| 6 |
+
- surgical
|
| 7 |
+
- point-cloud
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# BMTVG — segmentation videos
|
| 11 |
+
|
| 12 |
+
Large segmentation videos accompanying the paper **"Bridging the Markerless
|
| 13 |
+
Tracking Validation Gap: Intraoperative X-ray Workflow Integration"** (Daly et
|
| 14 |
+
al.). They are hosted here to keep the code repository within GitHub's free tier.
|
| 15 |
+
|
| 16 |
+
| File | Size |
|
| 17 |
+
|------|------|
|
| 18 |
+
| `data/seg1.mkv` | ~11.05 GB |
|
| 19 |
+
| `data/seg2.mkv` | ~10.38 GB |
|
| 20 |
+
| `data/seg3.mkv` | ~10.35 GB |
|
| 21 |
+
|
| 22 |
+
Code, CAD models, and the segmentation point clouds (`*.ply`) live in the GitHub
|
| 23 |
+
repository: **https://github.com/condog101/BMTVG**
|
| 24 |
+
|
| 25 |
+
## Download
|
| 26 |
+
|
| 27 |
+
```bash
|
| 28 |
+
pip install huggingface_hub
|
| 29 |
+
huggingface-cli download zcbecda/BMTVG --repo-type dataset \
|
| 30 |
+
--include "data/*.mkv" --local-dir .
|
| 31 |
+
```
|