Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-sa-4.0
|
| 3 |
pretty_name: PointMotionBench
|
| 4 |
---
|
| 5 |
|
|
@@ -19,9 +18,10 @@ A benchmark for evaluating 3D point motion in video, covering egocentric and thi
|
|
| 19 |
|
| 20 |
## Setup
|
| 21 |
|
| 22 |
-
### Step 1 — Download
|
|
|
|
|
|
|
| 23 |
|
| 24 |
-
All data, scripts, and annotations are in this repository at [allenai/PointMotionBench](https://huggingface.co/datasets/allenai/PointMotionBench) (HuggingFace).
|
| 25 |
|
| 26 |
```python
|
| 27 |
# pip install huggingface_hub
|
|
@@ -36,9 +36,9 @@ snapshot_download(
|
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
-
### Step 2 — HOT3D:
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
**Requirements:** `imageio[ffmpeg]`, `imageio-ffmpeg`, `opencv-python-headless`, `numpy`
|
| 44 |
|
|
@@ -99,3 +99,15 @@ python worldtrack/extract_worldtrack_clips.py \
|
|
| 99 |
| `ds_mini` | 52 | 39–128 | Dynamic indoor scenes |
|
| 100 |
| `po_mini` | 16 | 78–128 | Mixed indoor (cab, seminar, egobody) |
|
| 101 |
| `pstudio_mini` | 48 | 150 | Studio sports (basketball, football, tennis, etc.) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
pretty_name: PointMotionBench
|
| 3 |
---
|
| 4 |
|
|
|
|
| 18 |
|
| 19 |
## Setup
|
| 20 |
|
| 21 |
+
### Step 1 — Download PointMotionBench
|
| 22 |
+
|
| 23 |
+
Benchmark data provided in this repository include annotations, captions, indices, and scripts created by Ai2 that correspond to the source datasets.
|
| 24 |
|
|
|
|
| 25 |
|
| 26 |
```python
|
| 27 |
# pip install huggingface_hub
|
|
|
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
+
### Step 2 — HOT3D: Download Videos
|
| 40 |
|
| 41 |
+
We do not share videos from HOT3D. Users should access the videos from the source dataset at [bop-benchmark/hot3d](https://huggingface.co/datasets/bop-benchmark/hot3d) (HuggingFace).
|
| 42 |
|
| 43 |
**Requirements:** `imageio[ffmpeg]`, `imageio-ffmpeg`, `opencv-python-headless`, `numpy`
|
| 44 |
|
|
|
|
| 99 |
| `ds_mini` | 52 | 39–128 | Dynamic indoor scenes |
|
| 100 |
| `po_mini` | 16 | 78–128 | Mixed indoor (cab, seminar, egobody) |
|
| 101 |
| `pstudio_mini` | 48 | 150 | Studio sports (basketball, football, tennis, etc.) |
|
| 102 |
+
|
| 103 |
+
## Intended Use
|
| 104 |
+
|
| 105 |
+
PointMotionBench is provided for benchmarking purposes.
|
| 106 |
+
It intended for research and educational use in accordance with Ai2's [Responsible Use Guidelines](https://allenai.org/responsible-use).
|
| 107 |
+
|
| 108 |
+
## Disclaimer
|
| 109 |
+
PointMotionBench data maps to the videos and other source data that are not shared in this repository.
|
| 110 |
+
Such videos and data are provided by the owners of the source datasets above, and remain subject to their respective
|
| 111 |
+
license terms and use restrictions. Users who access videos and data from these sources are responsible for
|
| 112 |
+
reviewing and confirming that their use complies with the terms and conditions.
|
| 113 |
+
|