Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

process data meet error #1

Open
Watebear opened this issue Nov 2, 2022 · 4 comments
Open

process data meet error #1

Watebear opened this issue Nov 2, 2022 · 4 comments

Comments

@Watebear
Copy link

Watebear commented Nov 2, 2022

hello, i run ‘ python data/kitti/link_kitti_raw.py’,meet error,
Traceback (most recent call last):
File "data/kitti/link_kitti_raw.py", line 40, in
os.symlink(img_list[i], os.path.join(image_dst_dir, base_name+'.png'))
FileExistsError: [Errno 17] File exists: './data/kitti/raw_data/2011_09_28/2011_09_28_drive_0001_sync/image_02/data/0000000035.png' -> './data/kitti/kitti_merge/training/image_2/000000.png'

(I did previous step strictly)

@SPengLiang
Copy link
Owner

It seems that the symlink has been created, you can delete these symlinks or this symlink directory and try again.

@Watebear
Copy link
Author

Watebear commented Nov 3, 2022

100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 106/106 [00:00<00:00, 2607.66it/s]
0%| | 0/106 [00:00<?, ?it/s]
Traceback (most recent call last):
File "data/kitti/link_kitti_raw.py", line 49, 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'

it still not work

@Watebear
Copy link
Author

Watebear commented Nov 3, 2022

it seems the symbolic is broken

@Muyiyunzi
Copy link

#2

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

No branches or pull requests

3 participants