raynet icon indicating copy to clipboard operation
raynet copied to clipboard

infinite loop when running raynet_to_pcl

Open cecca46 opened this issue 7 years ago • 0 comments

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 end-to-end training. As I only generated depth maps for 20 images, I sub-selected only the corresponding 20 images in the probabilistic_reconstruction_data folder and used those as frame_idxs. However, issuing this command results in an infinite loop. Nothing I tried till now solved the issue.

Any suggestions? Thank you

cecca46 avatar Dec 29 '18 14:12 cecca46