NeRFusion icon indicating copy to clipboard operation
NeRFusion copied to clipboard

Results 11 NeRFusion issues
Sort by recently updated
recently updated
newest added

Hello, I check trough the whole repository, but can not find how image features are extracted and used? Could you tell me where can I find the corresponding codes?

I would like to express my appreciation for your excellent contribution to this project. Would it be possible for you to provide the fine-tune code that is present in your...

HI, I use your code: python train.py --dataset_name scannet --root_dir DIR_TO_SCANNET_SCENE0000_01 --exp_name EXP_NAME --ckpt_path PATH_TO_G_CKPT and the following error comes: RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory...

i have install vren2.0 successfully ,but i can't import it. ImportError: attempted relative import with no known parent package

In custom_functions.py I failed to import vren library, what is this library?

Hi, Thanks for sharing your code. When I tested scene scene0000_01 using Scannet0000_01.ckpt, there was a CUDA error. Can you help me ? Thanks `python train.py --dataset_name scannet --root_dir /data/scannet/scans/scene0000_01...

Hi, Thanks for sharing the code. I try to follow the instructions to do inference using Pre-trained Network. But when I tried to run the following command, an error occurs...

Hi, thanks for sharing the code. I just test the code: ``` python train.py --dataset_name scannet --root_dir scene0000_01 --exp_name exp --val_only --ckpt Scannet0000_01.ckpt ``` And i get the following error:...

How could I use the GRU Fusion module to feed-forwardly fuse some multiview pictures? The checkpoint `G.ckpt` seems to be somehow broken and the `representations.grufusion` is not even included in...