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 met below error when running generate_gt command. Please help. Thanks.
python generate_gt.py --recordings_basedir /data/comma2k19/Chunk_1 --openpilot_dir /data/openpilot --path_to_model /data/openpilot-pipeline/common/models/supercombo.onnx ,
Finding segment directories...
171it [00:00, 249.33it/s]Generating ground truths...
Traceback (most recent call last):
File "generate_gt.py", line 139, in
for dir_path in tqdm(segments):
NameError: name 'segments' is not defined
The text was updated successfully, but these errors were encountered:
I noticed this is related to cache folder, if I remove and run again this issue is gone. However I met another issue that common.gpio not found. Any clue about this? Here is the log: ```
Generating ground truths...
0%| | 0/2035 [00:00<?, ?it/s]dir_path: /data/comma2k19/Chunk_3/99c94dc769b5d96e_2018-05-03--08-13-12/16
[ERROR] Could not parse live calibration parameters from /media/S16/comma2k19/Chunk_3/99c94dc769b5d96e_2018-05-03--08-13-12/16
Hi,
I met below error when running generate_gt command. Please help. Thanks.
python generate_gt.py --recordings_basedir /data/comma2k19/Chunk_1 --openpilot_dir /data/openpilot --path_to_model /data/openpilot-pipeline/common/models/supercombo.onnx ,
Finding segment directories...
171it [00:00, 249.33it/s]Generating ground truths...
Traceback (most recent call last):
File "generate_gt.py", line 139, in
for dir_path in tqdm(segments):
NameError: name 'segments' is not defined
The text was updated successfully, but these errors were encountered: