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

fix bug in eval_pose mode #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Master-cai
Copy link

Hi, I find a bug when performing the eval_pose mode by command

python run_cf3dgs.py --source data/Tanks/Francis \
                     --mode eval_pose \
                     --data_type tanks \
                     --model_path ./output/progressive/Tanks_Francis/chkpnt/ep00_init.pth

The error is due to directly evaluating the pose in Pytorch.Tensor, which should be Numpy.Array, in:

File "/code/CF-3DGS/utils/vis_utils.py", line 196, in plot_pose
    traj_est_aligned.align(traj_ref, correct_scale=True,

I have fixed and tested the code.

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

Successfully merging this pull request may close these issues.

None yet

1 participant