You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I meet some troubles, can you give me some advice? thanks
100%|██████████| 33530/33530 [00:04<00:00, 7491.90it/s]
0%| | 0/33530 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/media/optobot-02/document/haosenWang/code/LPCG-master/link_kitti_raw.py", line 55, in
with open(calib_cam2cam_path, encoding='utf-8') as fw:
FileNotFoundError: [Errno 2] No such file or directory: './data/kitti/kitti_merge/training/calib_cam2cam/000000.txt'
Process finished with exit code 1
It seems that the path is wrong, but I tried to change the .Py file path to the data file path. It still doesn't work
The text was updated successfully, but these errors were encountered:
I meet some troubles, can you give me some advice? thanks
100%|██████████| 33530/33530 [00:04<00:00, 7491.90it/s]
0%| | 0/33530 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/media/optobot-02/document/haosenWang/code/LPCG-master/link_kitti_raw.py", line 55, in
with open(calib_cam2cam_path, encoding='utf-8') as fw:
FileNotFoundError: [Errno 2] No such file or directory: './data/kitti/kitti_merge/training/calib_cam2cam/000000.txt'
Process finished with exit code 1
It seems that the path is wrong, but I tried to change the .Py file path to the data file path. It still doesn't work
The text was updated successfully, but these errors were encountered: