camp_zipnerf
camp_zipnerf copied to clipboard
I have run: ``` python -m train \ --gin_configs=configs/zipnerf/360.gin \ --gin_bindings="Config.data_dir = '${DATA_DIR}'" \ --gin_bindings="Config.checkpoint_dir = '${CHECKPOINT_DIR}'" python -m eval \ --gin_configs=configs/zipnerf/360.gin \ --gin_bindings="Config.data_dir = '${DATA_DIR}'" \ --gin_bindings="Config.checkpoint_dir = '${CHECKPOINT_DIR}'"...
Very excited this has been released. Will it work on a M3 Max? If not, any plans to support Macs?
Hi, thanks for the wonderful job again. I first conducted tests on the Mip-360 dataset, and the experimental results completely matched those in the paper and README. Subsequently, I tested...
Hi, thank you for making such a great achievement public! This is not an issue, but a question. Can I run only CamP and obtain optimized camera poses? I quickly...
is it possible to create a webbased walkthrough in combination with camp_zipnerf and smerf-3d? smerf-3d github project, webbased smerf viewer: https://github.com/smerf-3d/smerf-3d.github.io if yes, how to use the content and include...
Thanks for the authors' outstanding work. However, due to JAX's high dependency on CUDA, the default environment is only compatible with CUDA11.8 and CUDA12.2. Here, I provide an environment that...
Datasets
Thanks for the great work and code release. Currently trying out a test with the gardenvase dataset. Not an "issue" with your code to report at the moment, but in...
Hi, thanks for this great paper and code. After running camp/360_train.sh, I am trying to run 360_eval.sh or 360_render.sh, a flax.errors.ScopeParamShapeError always occur. Is there a solution? Below is the...
Hi, I have stumbled upon two problems when training CamP. I was using `zipnerf/360.gin` and `camp/camera_optim_perturbed.gin`. The two Problems are: 1. I got the error `module 'camp_zipnerf.internal.math' has no attribute...
Hi, thanks for the great work. Just wondering if there are ways to let all cameras use shared intrinsic/distortion during the optimization? This can be quite useful for sparse view...