File size: 874 Bytes
11aa70b
 
 
 
63e9186
11aa70b
63e9186
 
11aa70b
 
 
 
 
63e9186
 
11aa70b
 
 
 
 
63e9186
11aa70b
 
 
 
63e9186
11aa70b
 
 
 
63e9186
 
11aa70b
 
 
 
 
63e9186
11aa70b
 
 
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
task: detection

evaluator:
  type: CocoEvaluator
  iou_types: ['bbox', ]

num_classes: 366
remap_mscoco_category: False

train_dataloader:
  type: DataLoader
  dataset:
    type: CocoDetection
    img_folder: /home/Dataset/objects365/train
    ann_file: /home/Dataset/objects365/train/new_zhiyuan_objv2_train_resized640.json
    return_masks: False
    transforms:
      type: Compose
      ops: ~
  shuffle: True
  num_workers: 4
  drop_last: True
  collate_fn:
    type: BatchImageCollateFunction


val_dataloader:
  type: DataLoader
  dataset:
    type: CocoDetection
    img_folder: /home/Dataset/objects365/val
    ann_file: /home/Dataset/objects365/val/new_zhiyuan_objv2_val_resized640.json
    return_masks: False
    transforms:
      type: Compose
      ops: ~
  shuffle: False
  num_workers: 4
  drop_last: False
  collate_fn:
    type: BatchImageCollateFunction