Closed mrharicot closed 2 years ago
Hi,
Starting with your second question, we do the latter: average over a keyframe, average over all the keyframes in all the scenes.
To reproduce the results in Table 1 and for your convenience, I am providing a partially populated test setup with the folder structure and keyframe indices: https://drive.google.com/file/d/17vySxdAVOUIqevgNCtM5t-YeZRo2nc-H/view?usp=sharing
Keyframe indices are the ones that we use to acquire the results and they are created with simulate_keyframe_buffer.py
. I placed only scene0707_00 to perhaps give you clues, you can populate the others.
Then, please have a look at https://github.com/ardaduz/deep-video-mvs#testing:
pairnet/run_testing.py
or fusionnet/run_testing.py
depending on which one you want to testHope this helps, let me know if you manage or encounter any issue.
Hi,
Thanks a lot for your answer! I'll try asap and let you know how it goes.
Hi,
Thank you for your help, I got it running and matched the results reported in your paper.
Actually the delta < 1.25
is even very so slightly better at 96.59
(vs 96.54
reported on arxiv).
Hi,
Thanks for sharing the code for your work!
I have a few questions regarding the evaluation on the ScanNet dataset:
If the latter, could you please share the keyframe file used for the scannet test ?
Thank you for your help!