AljazBozic / DeepDeform

[CVPR'2020] DeepDeform: Learning Non-rigid RGB-D Reconstruction with Semi-supervised Data
184 stars 17 forks source link

wrong loop range? #3

Closed wenbin-lin closed 4 years ago

wenbin-lin commented 4 years ago

https://github.com/AljazBozic/DeepDeform/blob/6572f4e0df633dba342c1957b5cfe4b88985275d/evaluation/csrc/cpu/image_proc.cpp#L101 Is this line supposed to be for (int x = 1; x < width - 1; ++x) {

AljazBozic commented 4 years ago

Thank you for noticing the bug! It was just corrected in the repository.