-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluation of BLEFF rotation and translation error #37
Comments
so do you also extract a GT file directly from blender as poses_bounds.npy or how is the metric caluclated? |
Hi @HannahHaensen, Yes in BLEFF dataset package there should be a json file for each scene that contains poses exported from blender. Evaluating COLMAP vs GT is as same as evaluating our trajectory vs COLMAP, i.e. align two trajectory with a Sim(3) transformation and compute ATE (using ATE toolbox). |
@ziruiw-dev thank you! i was wondering how in this case the near and far bounds where defined for training? |
Hi @HannahHaensen, NeRFmm only works in forward facing scenes and we use NDC coordinate (check original NeRF) so the near and far are always 0.0 and 1.0 for all scenes. |
@ziruiw-dev Thank you! one last question regarding the GT of BLEFF, the orientation of c2ws in the blender meta info in which format is it? |
Hi @HannahHaensen, Thanks for the question and sorry for the delay. This work has been a while and I forgot these details. This reminds me I didn't specify that in the data release and haven't updated the dataloader code for BLEFF. Sorry about that! Anyway, after checking, the c2w loaded from Best, |
thank you very much, i assumed so too :D then but wanted to double check for a correct eval. also visualized it and looks good so far. thank you very much for being so responsive! @ziruiw-dev |
Question about the calcualtion of the pose error for the BLEFF dataset.
As the colmap ground truth and the gt_metas differ i was wondering how the evaluation of COLMAP vs real ground truth is done.
can you provide some insights on that?
The text was updated successfully, but these errors were encountered: