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
Traceback (most recent call last): File "D:\bangong\2024\daima\PSMNet-master\submission.py", line 42, in test_left_img, test_right_img = DA.dataloader(args.datapath) File "D:\bangong\2024\daima\PSMNet-master\dataloader\KITTI_submission_loader.py", line 23, in dataloader image = [img for img in os.listdir(filepath+left_fold) if img.find('_10') > -1] FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'dataset/data_scene_flow/testingimage_2'
The text was updated successfully, but these errors were encountered:
你好,你可以将data_scene_flow文件夹中testing中的image_2放到data_scence_flow文件夹下并将它改为testingimage_2
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "D:\bangong\2024\daima\PSMNet-master\submission.py", line 42, in
test_left_img, test_right_img = DA.dataloader(args.datapath)
File "D:\bangong\2024\daima\PSMNet-master\dataloader\KITTI_submission_loader.py", line 23, in dataloader
image = [img for img in os.listdir(filepath+left_fold) if img.find('_10') > -1]
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'dataset/data_scene_flow/testingimage_2'
The text was updated successfully, but these errors were encountered: