Skip to content

Commit

Permalink
Fix subtile_width to 50 and tile_width to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Oct 16, 2023
1 parent c9a65fb commit 0568c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/staging-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
predict.src_las=/data/val/*.las
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-valset/
predict.interpolator.probas_to_save=[building]
datamodule.prefetch_factor=1
datamodule.batch_size=2
- name: Inference on test set of 20211001_building_val-lidar-prod-optimization
run: >
Expand All @@ -51,8 +49,6 @@ jobs:
predict.src_las=/data/test/*.las
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-testset/
predict.interpolator.probas_to_save=[building]
datamodule.prefetch_factor=1
datamodule.batch_size=2
# NB: we run the new, tagged image at least once so that is it not prunned
# by mistake when using docker system prune.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ datamodule:
_args_:
- ${get_method:myria3d.pctl.dataset.utils.pre_filter_below_n_points}
min_num_nodes: 1
tile_width: 50
subtile_width: 1000
tile_width: 5000
subtile_width: 50
subtile_overlap_train: 0
subtile_overlap_predict: ${predict.subtile_overlap}
batch_size: 10
Expand Down

0 comments on commit 0568c5b

Please sign in to comment.