StanfordORB / Stanford-ORB

Official Repository of the Stanford-ORB dataset
69 stars 2 forks source link

Clarification on Image Loading, Rendering for Evaluation, and Result Submission #1

Closed GuangyanCai closed 10 months ago

GuangyanCai commented 10 months ago

Hi there,

Thanks for the great benchmark! We would love to try our method on it. I have a few questions though:

Thanks again!

zfkuang commented 10 months ago

Hi Guangyan,

Thanks for the good questions! Here are (some of) the answers:

  1. The black border is caused by our image processing step. Here, we need to shift the principle point of the camera to the center of image since both LLFF and Blender dataset are defined in this way. The black borders are always outside of our gt masks so no need to worry much about it. However, if you want to get rid of it without the mask, one way to do it is to center crop the image for a bit.
  2. Any kinds of generated background should be fine - We only evaluate the area inside of the ground truth masks. But make sure to use our evaluation script for authentic evaluation scores.
  3. We don't maintain a leaderboard at this stage, so feel free to report your score anywhere as long as it's calculated from our scripts.

Best, Zhengfei

GuangyanCai commented 10 months ago

Thank you Zhengfei, I don't have further questions.