Spaces:
Runtime error
Runtime error
File size: 669 Bytes
d380b77 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
datadir: val_large
indir: ${location.root_dir}/${datadir}
outdir: ${location.out_dir}/${datadir}/random_thick_512
n_jobs: 8
generator_kind: random
mask_generator_kwargs:
irregular_proba: 1
irregular_kwargs:
min_times: 1
max_times: 5
max_width: 250
max_angle: 4
max_len: 450
box_proba: 0.3
box_kwargs:
margin: 10
bbox_min_size: 30
bbox_max_size: 300
max_times: 4
min_times: 1
segm_proba: 0
squares_proba: 0
variants_n: 5
max_masks_per_image: 1
cropping:
out_min_size: 512
handle_small_mode: upscale
out_square_crop: True
crop_min_overlap: 1
max_tamper_area: 0.5
defaults:
- location: mml7-places
|