callmeray / PointMVSNet

Code for "Point-based Multi-view Stereo Network" (ICCV 2019 Oral) & "Visibility-aware Point-based Multi-view Stereo Network" (TPAMI)
Other
487 stars 94 forks source link

evaluation problem about groundtruth pointcloud #9

Open lawsonsli opened 4 years ago

lawsonsli commented 4 years ago

I found that there are redundant points in some evaluation gt data as image showing. Screenshot from 2019-11-11 14-31-25 But what we got from pointmvsnet didn't have white part(usually background). Will this affect accuracy and completeness? Screenshot from 2019-11-11 14-53-21

Another question, when running matlab evaluation code, how to set GetUsedSet variable?

Thanks.

callmeray commented 4 years ago

I think that has little effect on the evaluation result, because the evaluation only considers points above the table.

lawsonsli commented 4 years ago

Thanks. Another question, when running matlab evaluation code, how to set GetUsedSet variable? One pointcloud for one set or fuse several set(same real model) to get a bigger pointcloud?

callmeray commented 4 years ago

One set represents one point cloud of one object. Each object is evaluated separately.