We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
## evaluation for kitti dataset if dataset_name in ["kitti", 'cityscapes']: modes = ["kitti"] root_img_path = "/home/zhenheng/datasets/kitti/" normal_gt_path = "/home/zhenheng/works/unsp_depth_normal/depth2normal/eval/kitti/gt_nyu_fill_depth2nornmal_tf_mask/" normal_gt_path = "/home/zhenheng/datasets/kitti/kitti_normal_gt_monofill_mask/" input_intrinsics = pickle.load( open("/home/zhenheng/datasets/kitti/intrinsic_matrixes.pkl", 'rb'))
That's a piece of code in you net, I wonder what is the content of "intrinsic_matrixes.pkl".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
## evaluation for kitti dataset if dataset_name in ["kitti", 'cityscapes']: modes = ["kitti"] root_img_path = "/home/zhenheng/datasets/kitti/" normal_gt_path = "/home/zhenheng/works/unsp_depth_normal/depth2normal/eval/kitti/gt_nyu_fill_depth2nornmal_tf_mask/" normal_gt_path = "/home/zhenheng/datasets/kitti/kitti_normal_gt_monofill_mask/" input_intrinsics = pickle.load( open("/home/zhenheng/datasets/kitti/intrinsic_matrixes.pkl", 'rb'))
That's a piece of code in you net, I wonder what is the content of "intrinsic_matrixes.pkl".
The text was updated successfully, but these errors were encountered: