You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that if "args.dataset_type == 'llff' ", the code will select test images from the data. I'm wondering how could you make sure the depth points are the same if generated without test views?
For example, if you have 3 images as training view. To get depths estimated by three view, you cannot add the fourth (test view) into colmap. But in that case, you cannot generate the consistent camera pose of the fourth image and you cannot evaluate it.
The text was updated successfully, but these errors were encountered:
I found that if "args.dataset_type == 'llff' ", the code will select test images from the data. I'm wondering how could you make sure the depth points are the same if generated without test views?
For example, if you have 3 images as training view. To get depths estimated by three view, you cannot add the fourth (test view) into colmap. But in that case, you cannot generate the consistent camera pose of the fourth image and you cannot evaluate it.
The text was updated successfully, but these errors were encountered: