Skip to content
New issue

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

No such file or directory error in loadKittiFiles #3

Open
sarimmehdi opened this issue Nov 19, 2019 · 1 comment
Open

No such file or directory error in loadKittiFiles #3

sarimmehdi opened this issue Nov 19, 2019 · 1 comment

Comments

@sarimmehdi
Copy link

Hello. I get the following error:

File "C:/Users/sarim/PycharmProjects/thesis/DPC/kitti_3dobj_det_chk.py", line 348, in <module>
    main(frame=FLAGS.frame)
  File "C:/Users/sarim/PycharmProjects/thesis/DPC/kitti_3dobj_det_chk.py", line 321, in main
    left_cam, velo, label_data, calib_data = loadKittiFiles(frame)
  File "C:/Users/sarim/PycharmProjects/thesis/DPC/kitti_3dobj_det_chk.py", line 70, in loadKittiFiles
    left_cam = Image.open(fn).convert ('RGB')
  File "C:\Users\sarim\AppData\Local\Programs\Python\Python37\lib\site-packages\PIL\Image.py", line 2770, in open
    fp = builtins.open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'D:/kitti/training\\image_2\\000008.png'

Please fix this error and update your code. Thanks

@Charanveer
Copy link

I see this error as well. Any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants