Skip to content
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

ValueError in Evaluation (umeyama alignment) - Tanks/Francis dataset #16

Open
nurbanu170399 opened this issue Jul 8, 2024 · 0 comments

Comments

@nurbanu170399
Copy link

I am trying to use the Tanks/Francis dataset. When i try to estimate poses using:
python run_cf3dgs.py --source data/Tanks/Francis
--mode eval_pose
--data_type tanks
--model_path ./output/progressive/Tanks_Francis/chkpnt/ep00_init.pth
i get the error:
Traceback (most recent call last):
File "run_cf3dgs.py", line 54, in
trainer.eval_pose()
File "/home/pc_5053/nerf/CF-3DGS/trainer/cf3dgs_trainer.py", line 695, in eval_pose
plot_pose(poses_gt, c2ws_est_aligned, pose_path)
File "/home/pc_5053/nerf/CF-3DGS/utils/vis_utils.py", line 196, in plot_pose
traj_est_aligned.align(traj_ref, correct_scale=True,
File "/home/pc_5053/anaconda3/envs/cf-3dgs/lib/python3.8/site-packages/evo/core/trajectory.py", line 267, in align
r_a, t_a, s = geometry.umeyama_alignment(self.positions_xyz.T,
File "/home/pc_5053/anaconda3/envs/cf-3dgs/lib/python3.8/site-packages/evo/core/geometry.py", line 53, in umeyama_alignment
m, n = x.shape
ValueError: not enough values to unpack (expected 2, got 1)
How to solve it? I did not change anything in the original repository. I dont understand why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant