Missing static_scene_eval inputs for S2/S3 reproduction

#3
by DasbootU9607 - opened

Hi, I’m trying to reproduce the static scene evaluation described in static_scene_eval/run_eval.py.

The script references the following files:

  • static_scene_eval/ref_images/S2-E-01.png
  • static_scene_eval/ref_images/S2-E-02.png
  • static_scene_eval/ref_images/city_4.jpg
  • static_scene_eval/base_scenes/plaza_base.umap

However, after cloning the GitHub repository and downloading/extracting SimWorld-Studio-Minimal.tar.gz from Hugging Face, the corresponding directories appear to contain only .gitkeep files:

ls -lah static_scene_eval/ref_images
ls -lah static_scene_eval/base_scenes

Could you clarify whether these files are publicly available? If so, could you point me to the official source or provide the required inputs needed to reproduce the S2 Image+Text-to-Scene and S3 Scene Editing evaluations?

Thanks!

Sign up or log in to comment