-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
The README mentions evaluation on RefVIE-Bench and OpenVE-Bench benchmarks:
python infer.py \
--ckpt_path path_to_ckpt \
--bench openve \ # or refvie
--max_frame 81 \
--max_pixels 921600 \
--save_dir ./infer_results/exp_name/
And notes that: Default benchmark paths in inference scripts assume datasets are under ./benchmark/....
However, I cannot find the download links for these benchmark datasets anywhere in the README, DATASET.md, or the HuggingFace model/dataset pages.
Could you please provide:
- Download links for RefVIE-Bench and OpenVE-Bench evaluation datasets
- Expected directory structure under ./benchmark/ after downloading
- Data format of the benchmark (e.g., video paths, prompts, reference images, etc.)
What I've Checked
- README.md: Only mentions the inference command and eval scripts, no benchmark download link
- DATASET.md: Only covers training data (Ditto-1M, OpenVE-3M, ReCo, etc.), not evaluation benchmarks
- HuggingFace (linyq collections):
Only found model weights and training metadata, no benchmark datasets - Paper (arxiv.org/abs/2603.02175):
Describes the benchmarks but doesn't provide explicit download URLs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels