futurefantasy commited on
Commit
9a13cc8
·
verified ·
1 Parent(s): 9721a19

Rename benchmark README to Video-Progress Benchmark

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: VLAC2 Benchmark
3
  tags:
4
  - robotics
5
  - video-progress
@@ -8,9 +8,9 @@ tags:
8
  license: other
9
  ---
10
 
11
- # VLAC2 Benchmark Release
12
 
13
- VLAC2 is a video-progress benchmark for long-horizon robot manipulation. This release provides the benchmark JSON files, the minimal raw-video subset required by the released protocol, and a lightweight frame-extraction workflow for reproducible evaluation.
14
 
15
  ## Contents
16
 
@@ -60,6 +60,6 @@ Replace `__VLAC2_FRAMES_ROOT__` with the absolute path of `_extracted_frames`.
60
 
61
  ## Notes
62
 
63
- - A video decoder backend is required for frame extraction: `opencv-python` or `imageio`.
64
  - This repo only contains the raw videos required by the released benchmark splits. The full raw-data release is distributed separately.
65
  - The benchmark JSON files are ready to use. No benchmark reconstruction is required.
 
1
  ---
2
+ pretty_name: Video-Progress Benchmark
3
  tags:
4
  - robotics
5
  - video-progress
 
8
  license: other
9
  ---
10
 
11
+ # Video-Progress Benchmark Release
12
 
13
+ Video-Progress Benchmark is a benchmark for long-horizon robot manipulation progress prediction. This release provides the benchmark JSON files, the minimal raw-video subset required by the released protocol, and a lightweight frame-extraction workflow for reproducible evaluation.
14
 
15
  ## Contents
16
 
 
60
 
61
  ## Notes
62
 
63
+ - A video decoder backend is required for frame extraction: `opencv-python`, `av` (PyAV), or `imageio`.
64
  - This repo only contains the raw videos required by the released benchmark splits. The full raw-data release is distributed separately.
65
  - The benchmark JSON files are ready to use. No benchmark reconstruction is required.