google / dynibar

Implementation of DynIBaR Neural Dynamic Image-Based Rendering (CVPR 2023)
https://dynibar.github.io/
Apache License 2.0
852 stars 40 forks source link

Question about render_source_vv.py #37

Closed CTouch closed 1 year ago

CTouch commented 1 year ago

Thanks a lot for your great work! And I am reading your code and trying to run the render script for the nvidia-long-release dataset.

When I run the render_source_vv.py with nvidia-long-release data, here is the result.

Traceback (most recent call last):
  File "render_source_vv.py", line 195, in <module>
    h, w, fx, fy = final_h, final_w, K[0, 0], K[1, 1]
NameError: name 'K' is not defined

I guess there is a mistake with the loop retraction.