Skip to content

Commit

Permalink
added yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
QazyBi committed Feb 14, 2024
1 parent ab41add commit a8123c1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/augmentations_test/linear-roads-bin-seg-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defaults:
- /augmentations/preprocessing:
- standard_images
- /augmentations/combined:
- none
- /augmentations/position:
- none
- /augmentations/color:
- /augmentations/postprocessing:
15 changes: 15 additions & 0 deletions config/augmentations_train/linear-roads-bin-seg-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
defaults:
- /augmentations/preprocessing:
- standard_images
- /augmentations/combined:
- none
- /augmentations/position:
- flip
- rotate90
- transpose
- grid_distortion
- /augmentations/color:
- random_gamma
- blur
- /augmentations/postprocessing:
- to_tensor
9 changes: 9 additions & 0 deletions config/augmentations_val/linear-roads-bin-seg-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defaults:
- /augmentations/preprocessing:
- standard_images
- /augmentations/combined:
- none
- /augmentations/position:
- none
- /augmentations/color:
- /augmentations/postprocessing:

0 comments on commit a8123c1

Please sign in to comment.