ZJULearning / resa

Implementation of our paper 'RESA: Recurrent Feature-Shift Aggregator for Lane Detection' in AAAI2021.
Apache License 2.0
175 stars 35 forks source link

Where is this file? python scripts/generate_seg_tusimple.py --root $TUSIMPLEROOT #5

Closed aizzat closed 3 years ago

aizzat commented 3 years ago

python scripts/generate_seg_tusimple.py --root $TUSIMPLEROOT

Turoad commented 3 years ago

It's fixed by this commit: https://github.com/ZJULearning/resa/commit/fef87dde3f5a64c7b3aefa777a04236fc0d89d70 The command is:

python tools/generate_seg_tusimple.py --root $TUSIMPLEROOT
aizzat commented 3 years ago

Thanks!

GeneralJing commented 2 years ago

使用这个命令报错了: json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 1353 (char 1352) 是下载的文件有问题吗? 我得到的$TUSIMPLEROOT/lable_data_xxxx.json # label json file x4文件这个地方只有三个, label_data_0313.json label_data_0531.json label_data_0601.json

ilaij0810 commented 2 years ago

@GeneralJing this error is for the reason that the 'test_label.json' file was not fully downloaded。

GeneralJing commented 2 years ago

thank you. i will try that later.