ubc-vision / image-matching-benchmark

Public release of the Image Matching Benchmark: https://image-matching-challenge.github.io
https://image-matching-challenge.github.io
Apache License 2.0
527 stars 93 forks source link

depth data #7

Closed zwyking closed 4 years ago

zwyking commented 4 years ago

Hello. i have a question about what the meaning of the pids in depth data?

etrulls commented 4 years ago

Missed this issue. I'm sorry, I don't understand the question?

zwyking commented 4 years ago

there is an attribute pids of the Image , i want to understand what is meaning of the data of pids

etrulls commented 4 years ago

Where? I opened an h5 depth map file and I don't see anything like this. Please be specific when asking for help.

zwyking commented 4 years ago

oh ,sorry! I mistaken the attribute. p = images[idx].xys It's the images[idx].xys.

etrulls commented 4 years ago

I assume that comes from reading the binary files provided by colmap. The "xys" are keypoint locations, you can see how to use them here (which I guess is where you got that snippet from?). Should be pretty self-explanatory, but please refer to the Colmap documentation if still in doubt.

zwyking commented 4 years ago

ok!Thanks very much~