ducnhan0804 commited on
Commit
bf16354
·
verified ·
1 Parent(s): 8a011f1

Upload custom_detection.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. custom_detection.yml +4 -4
custom_detection.yml CHANGED
@@ -11,8 +11,8 @@ train_dataloader:
11
  type: DataLoader
12
  dataset:
13
  type: CocoDetection
14
- img_folder: /home/yootek/projects/yoostudio/D-FINE/datasets/train
15
- ann_file: /home/yootek/projects/yoostudio/D-FINE/datasets/train/_annotations.coco.json
16
  return_masks: False
17
  transforms:
18
  type: Compose
@@ -28,8 +28,8 @@ val_dataloader:
28
  type: DataLoader
29
  dataset:
30
  type: CocoDetection
31
- img_folder: /home/yootek/projects/yoostudio/D-FINE/datasets/valid
32
- ann_file: /home/yootek/projects/yoostudio/D-FINE/datasets/valid/_annotations.coco.json
33
  return_masks: False
34
  transforms:
35
  type: Compose
 
11
  type: DataLoader
12
  dataset:
13
  type: CocoDetection
14
+ img_folder: ./datasets/train
15
+ ann_file: ./datasets/train/_annotations.coco.json
16
  return_masks: False
17
  transforms:
18
  type: Compose
 
28
  type: DataLoader
29
  dataset:
30
  type: CocoDetection
31
+ img_folder: ./datasets/valid
32
+ ann_file: ./datasets/valid/_annotations.coco.json
33
  return_masks: False
34
  transforms:
35
  type: Compose