evalcrafter / EvalCrafter

[CVPR 2024] EvalCrafter: Benchmarking and Evaluating Large Video Generation Models
http://evalcrafter.github.io
115 stars 7 forks source link

Fail to install spatial_correlation_sampler #11

Closed daeunni closed 3 months ago

daeunni commented 3 months ago

Hi, I was seeking to run this evaluation code without the docker image you provided. However, I got this error when tried to install spatial_correlation_sampler.

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for spatial-correlation-sampler
Failed to build spatial-correlation-sampler
ERROR: Could not build wheels for spatial-correlation-sampler, which is required to install pyproject.toml-based projects

Is there any way to run this code w/o doker image? Thanks :)

Yaofang-Liu commented 3 months ago

Hi, I was seeking to run this evaluation code without the docker image you provided.

However, I got this error when tried to install spatial_correlation_sampler.


  note: This error originates from a subprocess, and is likely not a problem with pip.

  ERROR: Failed building wheel for spatial-correlation-sampler

Failed to build spatial-correlation-sampler

ERROR: Could not build wheels for spatial-correlation-sampler, which is required to install pyproject.toml-based projects

Is there any way to run this code w/o doker image? Thanks :)

Please check this https://github.com/evalcrafter/EvalCrafter/issues/3

daeunni commented 3 months ago

Thanks a lot :)