Skip to content

Commit

Permalink
Renamed out_folder for inference
Browse files Browse the repository at this point in the history
  • Loading branch information
mpelchat04 committed Aug 6, 2020
1 parent 4f99dc1 commit 99350bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/airborne_lidar/airborne_lidar_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test(args, filename, info_class):
print(f"Processing {filename}")
las_filename = data_dir / f"{filename}.las"
h5_filename = write_las_to_h5(Path(args['global']['data_dir']) / f"{filename}.las")
out_folder = model_folder.parent / 'tst'
out_folder = model_folder / 'tst'
out_folder.mkdir(exist_ok=True)

ds_tst = PartDatasetTest(h5_filename, folder=data_dir, block_size=args['training']['blocksize'], npoints=args['training']['npoints'],
Expand Down

0 comments on commit 99350bc

Please sign in to comment.