yhw-yhw / PVAMVSNet

This official repository is established for Pyramid Multi-view Stereo Net with Self-adaptive View Aggregation (ECCV2020)
77 stars 11 forks source link

Test on custom dataset #6

Open chaoer opened 4 years ago

chaoer commented 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.

Carinazhao22 commented 3 years ago

hi, I also got the same problem. Do you know how to solve it? Thanks!

Carina