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

I would like to perform 3D reconstruction of a dataset using my own data. How should I do this?

ray.exceptions.RayTaskError(RayOutOfMemoryError): ray::process_with_single_worker() (pid=17640, ip=127.0.0.1) File "python\ray\_raylet.pyx", line 623, in ray._raylet.execute_task File "E:\Anaconda\envs\NeuralReconpython39\lib\site-packages\ray\_private\memory_monitor.py", line 162, in raise_if_low_memory raise RayOutOfMemoryError( ray._private.memory_monitor.RayOutOfMemoryError: More than 95% of the memory on node yanwm5 is used...

When I run the main.py, the error message 'FileNotFoundError: [Errno 2] No such file or directory:'home/***/***/***/***/data''appears, which is located in scannet. py. But the corresponding file can be found in...

Hello Everyone, and @JiamingSuen @MrMorning @ybbbbt @pengsida @ywcmaike , I want to work on this in my research. **During the building of Dataset**, I got access from ScanNet python file...

When I tried to prepare the ground truth tsdf for train/val data, the generat_gt always stuck at different locations without any warnings, errors or OOM. ![thumbnail_image](https://user-images.githubusercontent.com/56463066/231626021-ecea1c19-1eed-4e6c-be93-6a6072411bb1.png) ![thumbnail_image](https://user-images.githubusercontent.com/56463066/231626070-8bfe1b6a-fa06-4b98-b096-5c33d5ac324c.png)

Hi, Is there a colab implementation with 7-scenes dataset? Thank you

Hi, Thank you for sharing your great work. I have a question about the codes in the network. The upsample function used in the network disable the gradient propagation. Will...

### Discussed in https://github.com/zju3dv/NeuralRecon/discussions/123 Originally posted by **Viditagarwal7479** December 4, 2022 Hey, While setting up the repository, I am facing issues with setting up the environment due to pycuda issues....

It takes 30 minutes for me to use two rtx3090 training sampling data sets and one epoch.

Thank to the nice work!But I have some questions about the transforms I just wondering why origin[2] is the const equal to -0.2 , so any vol_origin_parital's z is the...