Open chaoer opened 4 years ago
Hi, @yhw-yhw
Thanks for your interesting work. The test result on Scan9 is incredible great.
But I was stucked when trying to test on my own dataset.
I tried to change the _maxw and _maxh , but it didn't work. And it seems that those params actually not be used in eval.py.
The shape of my input image is 16^x.
Does the eval.py only support for images(1200 x 1600) in dtu dataset? AND what should I do to test on other dataset?
By the way, I am confused, why you crop image in every pyramid? (in the orgin lvl, from 1200 x 1600 to 1184 x 1600).
Thanks.
hi, I also got the same problem. Do you know how to solve it? Thanks!
Carina
Hi, @yhw-yhw
Thanks for your interesting work. The test result on Scan9 is incredible great.
But I was stucked when trying to test on my own dataset.
I tried to change the _maxw and _maxh , but it didn't work. And it seems that those params actually not be used in eval.py.
The shape of my input image is 16^x.
Does the eval.py only support for images(1200 x 1600) in dtu dataset? AND what should I do to test on other dataset?
By the way, I am confused, why you crop image in every pyramid? (in the orgin lvl, from 1200 x 1600 to 1184 x 1600).
Thanks.