Skip to content

Commit

Permalink
yaml config fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpelchat04 committed Jul 24, 2020
1 parent 56d43e4 commit 0fedb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/airborne_lidar/airborne_lidar_seg.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test(args, filename, model_folder, info_class):
# write error file.
# error2ply(model_folder / f"{filename}_error.ply", xyz=xyz, labels=lbl, prediction=scores, info_class=info_class['class_info'])

if args['global']['savepts']:
if args['test']['savepts']:
# Save predictions
out_folder = model_folder / 'tst'
out_folder.mkdir(exist_ok=True)
Expand Down

0 comments on commit 0fedb6d

Please sign in to comment.