JiayuYANG / CVP-MVSNet

Cost Volume Pyramid Based Depth Inference for Multi-View Stereo (CVPR 2020 Oral)
240 stars 33 forks source link

How to compute the f-score of DTU point cloud ? #16

Closed XYZ-qiyh closed 4 years ago

XYZ-qiyh commented 4 years ago

Hi, @JiayuYANG How to compute the f-score for DTU dataset, as described in Table 2 in your paper?

JiayuYANG commented 4 years ago

Hi, @Todd-Qi

The matlab evaluation code provided by DTU dataset calculate the accuracy and completeness score. You can modify the code to also calculate precision, recall and f-score based on their definition.

Cheers, Jiayu

XYZ-qiyh commented 4 years ago

Got it. Thank you!