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