Skip to content

Commit

Permalink
Add test set to the mix.
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon committed Oct 12, 2023
1 parent ffac57d commit 779b2ec
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ jobs:
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-valset/
predict.interpolator.probas_to_save=[building]
- name: Inference on test set of 20211001_building_val-lidar-prod-optimization
run: >
docker run
-v ${cicd_path}lidar_prod_optimization/:/lidar_prod_optimization/
-v ${cicd_path}20211001_building_val-lidar-prod-optimization/:/data/
--ipc=host
--shm-size=2gb
myria3d
python run.py
task.task_name=predict
predict.src_las=/data/test/*.las
predict.output_dir=/lidar_prod_optimization/${model_id}/preds-testset/
predict.interpolator.probas_to_save=[building]
# NB: we run the new, tagged image at least once so that is it not prunned
# by mistake when using docker system prune.
- name: Tag the docker image with branch name
Expand Down

0 comments on commit 779b2ec

Please sign in to comment.