hou-yz / MVDet

[ECCV 2020] Codes and MultiviewX dataset for "Multiview Detection with Feature Perspective Transformation".
https://hou-yz.github.io/publication/2020-eccv2020-mvdet
165 stars 29 forks source link

Python version of MATLAB evaluation tool #3

Closed ZichengDuan closed 3 years ago

ZichengDuan commented 3 years ago

Hi, I translated the official MATLAB evaluation tool into Python, and this makes the program capable of running in pure python.
However, the evaluation result might be a little bit lower(about 0 ~ 1% in MODA and MODP) than that provided by the official MATLAB evaluation tool (one should always use the MATLAB evaluation tool if they are seeking the exact result you shown in your paper, this python version is created only for convenience), please refer to the README file in multiview_detector/evaluation/pyeval/, thanks.

hou-yz commented 3 years ago

Thank you Zicheng for the python evaluation kit!

Best, Yunzhong