eddienewton
eddienewton
Hi, Thanks for the lighting code. It is very useful to understand the cascade mvsnet. I've noticed worse performance on smaller objects with the epoch 15 checkpoint. I'm testing my...
During some of my tests, I found that pointMVS fails with an out of index in function `get_propability_map`. Specifically, the issue is that `d_coordinates_right0` and `d_coordinates_left0` are filled with negative...
Hi there, Great work! I'm running your code on tanks and temple image sets. I had a question about inference times. I'm currently getting about 9-10 seconds per image. Is...
Hi, I'm trying to use my own features and matches, but I want to use the geometric filter binary as well. It looks like I need to create .desc files...
Hi, RMVSNet appears to have improved the memory management on MVSNet. Good job! I had a question regarding the point-cloud results without depth-map refinement (Figure 1 in your paper). I...
Hi, I'm trying to evaluate some custom pointclouds, and had a couple of questions. - In generate_mesh.py, the generate() function has a TODO to make it compatible with open scenes....