ZHU-Zhiyu / NVS_Solver

Source code of paper "NVS-Solver: Video Diffusion Model as Zero-Shot Novel View Synthesizer"
189 stars 1 forks source link

Error in svd_interpolate_two_img.py #5

Closed d-irie closed 2 weeks ago

d-irie commented 3 weeks ago

I think it is a great job !! I have a question about svd_interpolate_twoimg.py. The variables tau and tau_p do not seem to be defined and I cannot run the code.

mengyou2 commented 3 weeks ago

Thanks for your interest in our project and sorry for my mistake. The variable should be dist_t. I've revised the following line: https://github.com/ZHU-Zhiyu/NVS_Solver/blob/a85bec261a17674fa7fa2f90719511d350c0420d/svd_interpolate_two_img.py#L1169

Please try again.

d-irie commented 2 weeks ago

Thank you for correcting the code. The errors in the code are gone and I got great results !!