CCNeRF
CCNeRF copied to clipboard
[NeurIPS 2022] Compressible-composable NeRF via Rank-residual Decomposition.
Firstly, Thanks for opening source for your excellent work. However, if I run the code on NVIDIA GeForce RTX 3090, I will obtain strange results, as shown below. (If I...
As someone who relies on `conda` for version alignment, I needed to create an `environment.yaml`. I also discovered the `bash run.sh` would fail on a compile error unless I upgraded...
Hi, I want to thank you for your excellent work. I'm impressed by the method you proposed for composing multiple objects into a scene representation. Your approach of concatenating the...
您好,我尝试在自己构建的数据集上进行测试,但是我通过instant-ngp的提供的转换方式进行转换得到transform.json之后发现无法使用, Traceback (most recent call last): File "train.py", line 306, in reconstruction(args) File "train.py", line 113, in reconstruction test_dataset = dataset(args.datadir, split='test', downsample=args.downsample_train, is_stack=True) File "/home/11/CCNeRF/dataLoader/blender.py", line 25, in __init__...