cassieyangyj commited on
Commit
6915b28
·
1 Parent(s): 49191f3

update README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -33,7 +33,7 @@ huggingface-cli download allenai/PointMotionBench \
33
 
34
  ### Step 2 — DAVIS: Download Videos
35
 
36
- We do not share videos from DAVIS. Download **Trainval 2017 - Images (480p)** and **Annotations** from the [official source](https://davischallenge.org/davis2017/code.html), then convert frames to mp4 (requires `ffmpeg`):
37
 
38
  ```bash
39
  python davis/reconstruct_davis.py \
@@ -45,7 +45,7 @@ python davis/reconstruct_davis.py \
45
 
46
  ### Step 3 — HOT3D: Download Videos
47
 
48
- 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).
49
 
50
  **Requirements:** `huggingface_hub`, `imageio[ffmpeg]`, `imageio-ffmpeg`, `opencv-python-headless`, `numpy`
51
 
@@ -68,7 +68,7 @@ python hot3d/extract_rgbs.py \
68
 
69
  ---
70
 
71
- ### Step 4 — WorldTrack: extract clips
72
 
73
  Download the WorldTrack source data (WorldTrack benchmark, introduced in St4RTrack, Feng et al., ICCV 2025 — dataset download available at [HavenFeng/St4RTrack](https://github.com/HavenFeng/St4RTrack)). The source data should have this layout:
74
 
 
33
 
34
  ### Step 2 — DAVIS: Download Videos
35
 
36
+ DAVIS videos should be reconstructed from the source data at the [official source](https://davischallenge.org/davis2017/code.html). Download **Trainval 2017 - Images (480p)** and **Annotations**, then convert frames to mp4 (requires `ffmpeg`):
37
 
38
  ```bash
39
  python davis/reconstruct_davis.py \
 
45
 
46
  ### Step 3 — HOT3D: Download Videos
47
 
48
+ HOT3D videos should be reconstructed from the source data at [bop-benchmark/hot3d](https://huggingface.co/datasets/bop-benchmark/hot3d) (HuggingFace).
49
 
50
  **Requirements:** `huggingface_hub`, `imageio[ffmpeg]`, `imageio-ffmpeg`, `opencv-python-headless`, `numpy`
51
 
 
68
 
69
  ---
70
 
71
+ ### Step 4 — WorldTrack: Reconstruct Clips
72
 
73
  Download the WorldTrack source data (WorldTrack benchmark, introduced in St4RTrack, Feng et al., ICCV 2025 — dataset download available at [HavenFeng/St4RTrack](https://github.com/HavenFeng/St4RTrack)). The source data should have this layout:
74