NeuralRecon icon indicating copy to clipboard operation
NeuralRecon copied to clipboard

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral

Results 63 NeuralRecon issues
Sort by recently updated
recently updated
newest added

(py379) peter@DESKTOP-A5F108R:~/code/NeuralRecon/NeuralRecon-master$ python tools/tsdf_fusion/generate_gt.py --data_path /home/peter/code/NeuralRecon/scannet --save_name all_tsdf_9 --window_size 9 Traceback (most recent call last): File "tools/tsdf_fusion/generate_gt.py", line 275, in files = split_list(files, all_proc) File "tools/tsdf_fusion/generate_gt.py", line 231, in split_list...

2022-08-11 13:50:43.147 | INFO | __main__::35 - Found SyncedPoses.txt, skipping data pre-processing... 2022-08-11 13:50:43.147 | INFO | __main__::37 - Running NeuralRecon... 2022-08-11 13:50:43.154 | INFO | __main__::50 - Initializing the...

I cannot get the expected results when testing on 7-scenes. Any preprocessing parameters change for 7-scenes?

Hi! First congrats on your amazing work! I'm struggling with the problem that occ has all negative values when I ran it with my custom data. I'm pretty sure the...

When I run the example data , the error is `no valid points: scale 0`. My environment is - RTX3090, torch 1.8+cu111, cuda11.1. (I try use the torch 1.6.0, but...

### Discussed in https://github.com/zju3dv/NeuralRecon/discussions/89 Originally posted by **hgoyal194** April 7, 2022 Hello, I am new in 3d AI, please guide me after generating the `.ply` file from neuralrecon, How or...

how should I add texturing to example demo by mvs-texturing? I can't find needed files of mvs-texturing except .ply generated by NeuralRecon in the example demo folder

`python tools/tsdf_fusion/generate_gt.py --data_path ~/scannet/tasks/ --save_name all_tsdf_9 --window_size 9` When i ran the command above, it occured ``` (process_with_single_worker pid=) cuModuleUnload failed: initialization error (process_with_single_worker pid=) PyCUDA WARNING: a clean-up operation...

` File "///anaconda3/envs/neucon/lib/python3.7/site-packages/torchsparse/nn/functional/conv.py", line 7, in import torchsparse.backend ImportError: ///anaconda3/envs/neucon/lib/python3.7/site-packages/torchsparse/backend.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN2at6mm_outERNS_6TensorERKS0_S3_ `

pycuda._driver.LogicError: cuModuleLoadDataEx failed: device kernel image is invalid -