File size: 231 Bytes
97e9dcb
 
 
aba5422
97e9dcb
 
 
 
 
1690354
97e9dcb
b69cc03
 
1e35163
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
task: validation

data:
  batch_size: 32
  image_size: ${image_size}
  cpu_num: ${cpu_num}
  shuffle: False
  pin_memory: True
  data_augment: {}
  dynamic_shape: False
nms:
  min_confidence: 0.0001
  min_iou: 0.7
  max_bbox: 1000