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

Traceback (most recent call last): File "scripts/convert_tusimple.py", line 145, in <module> names,line_txt = get_tusimple_list(args.root, ['label_data_0601.json','label_data_0531.json','label_data_0313.json']) File "scripts/convert_tusimple.py", line 45, in get_tusimple_list label_json = [json.loads(line) for line in open(l).readlines()] FileNotFoundError: [Errno 2] No such file or directory: '/UFast/TUSIMPLEROOT/label_data_0601.json' #341

Open
5wmy5 opened this issue Jun 9, 2023 · 2 comments

Comments

@5wmy5
Copy link

5wmy5 commented Jun 9, 2023

这是为什么呀

我用的远程服务器,数据集的路径为root/UFast/TUSIMPLEROOT
修改python scripts/convert_tusimple.py --root /UFast/TUSIMPLEROOT运行的结果如下:
Traceback (most recent call last):
File "scripts/convert_tusimple.py", line 145, in
names,line_txt = get_tusimple_list(args.root, ['label_data_0601.json','label_data_0531.json','label_data_0313.json'])
File "scripts/convert_tusimple.py", line 45, in get_tusimple_list
label_json = [json.loads(line) for line in open(l).readlines()]
FileNotFoundError: [Errno 2] No such file or directory: '/UFast/TUSIMPLEROOT/label_data_0601.json'

@cfzd
Copy link
Owner

cfzd commented Jun 12, 2023

@5wmy5
你有没有tusimple数据集呢?你确定放到'/UFast/TUSIMPLEROOT/这个地方了吗?

@5wmy5
Copy link
Author

5wmy5 commented Jun 29, 2023

@5wmy5 你有没有tusimple数据集呢?你确定放到'/UFast/TUSIMPLEROOT/这个地方了吗?
已解决:此处已经进入了UFast,所以直接写TUSIMPLEROOT就行不用--root/....

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