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.
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.I guess there is a mistake with the loop retraction.