s-tian / vp2

VP2 Benchmark (A Control-Centric Benchmark for Video Prediction, ICLR 2023)
24 stars 1 forks source link

permission issue #1

Closed jkim447 closed 1 year ago

jkim447 commented 1 year ago

Hi, this work seems to be great! I am getting the following error during the conda environment setup step.

image

Also, another question: where is the code related to the MCVD model?

s-tian commented 1 year ago

Thanks for your interest! Apologies about this setup issue, I have updated the environment setup to not have this dependency in f73e854 (it shouldn't be required for the benchmark in general).

I hope to release the code for the FitVid, SVG', and MCVD models soon, but they are reimplementations of the originals. In the meantime, for MCVD, the code only makes small modifications to the official implementation: https://github.com/voletiv/mcvd-pytorch.