Skip to content

Commit

Permalink
like this name more
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Jun 13, 2024
1 parent ebd3540 commit ca15f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/rerun/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ def process(blueprint, feature_rich, lr):
log_data[k].extend(v)

print("Parsing Log...")
for path, data_points in tqdm.tqdm(log_data.items()):
rr.log(path, rr.LineStrips2D(data_points, radii=0.005))
for path, data_pts in tqdm.tqdm(log_data.items()):
rr.log(path, rr.LineStrips2D(data_pts, radii=0.005))

0 comments on commit ca15f61

Please sign in to comment.