Closed WeiChengTseng closed 3 years ago
In the load_blender.py, the target image dimension in cv2.resize should be represented as (W, H). Here is the reference for cv2.resize. https://www.tutorialkart.com/opencv/python/opencv-python-resize-image/
load_blender.py
cv2.resize
This bug is relatively minor since the images from the official NeRF paper are all square. However, if we use the data collected on our own, it will cause a size mismatch error.
Thank you!
In the
load_blender.py
, the target image dimension incv2.resize
should be represented as (W, H). Here is the reference forcv2.resize
. https://www.tutorialkart.com/opencv/python/opencv-python-resize-image/This bug is relatively minor since the images from the official NeRF paper are all square. However, if we use the data collected on our own, it will cause a size mismatch error.