fangchangma / self-supervised-depth-completion

ICRA 2019 "Self-supervised Sparse-to-Dense: Self-supervised Depth Completion from LiDAR and Monocular Camera"
MIT License
623 stars 135 forks source link

Error while loading "calib_cam_to_cam.txt" - can not reshape the array. #34

Closed gautamjain1009 closed 4 years ago

gautamjain1009 commented 4 years ago

I am using your pre-trained models for testing on the validation set "val_selection_cropped". But while loading the "calib_cam_to_cam.txt" certain errors come. I attaching the screenshot of the error.

error_calib_to_cam

I am running the script with this command in the terminal: -

python3 /scratch/gjain2s/Approaches/sparse_dense/self-supervised-depth-completion/main.py --data-folder /scratch/gjain2s/Approaches/sparse_dense/data --evaluate /home/gjain2s/self_supervised/model_best.pth.tar --val select

Any help would be highly appreciated.