raynet icon indicating copy to clipboard operation
raynet copied to clipboard

Code for "RayNet: Learning Volumetric 3D Reconstruction with Ray Potentials", CVPR 2018

Results 6 raynet issues
Sort by recently updated
recently updated
newest added

Hi, from raynet.utils.fast_utils import fast_cross_mm, fast_cross_vm in geometry.py is not working. ( cant find module fast_utils) I have tried various cython/python import option but still not able to import. Any...

Could you publish versions of Ubuntu, keras and tensorflow?

Hello, I managed to reproduce your results on the Aerial Datasets, and everything looks very good. However, when I try to run the to_pcl function or compute metrics function the...

Hello, I was trying to run raynet_to_pcl with the following command: CUDA_VISIBLE_DEVICES=0 raynet_to_pcl ./probabilistic_reconstruction_data ./RES/FinalRun/depth_FromMRF ./RES/FinalRun/point_cloud --scene_idx 1 --dataset_type restrepo --with_consistency_check where the depth_FromMRF directory contains the depth maps generate...

By adding numpy's include folders, the error was solved. 'numpy/arrayobject.h': No such file or directory This also needs to go on the repository's version