Open cta5425 opened 2 months 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.
我需要预测某一张照片的相机位姿,可是我在代码里面没有看到能够选择图像的代码,请问你是怎么做的
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