mbortolon97 / 6dgs

Code of the paper: 6DGS: 6D Pose Estimation from a Single Image and a 3D Gaussian Splatting Model
Other
131 stars 11 forks source link

Pose estimation testing on custom 3DGS model #6

Open cta5425 opened 2 months ago

cta5425 commented 2 months ago

Hi,

Many thanks for your valuable contribution!

I was wondering if your framework allows using custom 3DGS model and testing on it. Many thanks in advance!

Best regards, Isso

mbortolon97 commented 1 month ago

Thanks for waiting for an answer, unfortunately, this period is hectic. The code allows custom 3DGS models. If the custom model output is similar to a Mip-NeRF 360 model (that you can easily create using COLMAP), it is enough to put into exp_path and should work by running the command: python3 pretrain_eval_attention.py --exp_path ./output/ --out_path results.json --data_type mip360 Be careful because the custom model should be prefixed "mip360" if follows that format.

z-x-j commented 1 month ago

我需要预测某一张照片的相机位姿,可是我在代码里面没有看到能够选择图像的代码,请问你是怎么做的