Upload custom_detection.yml with huggingface_hub
Browse files- 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: /
|
| 15 |
-
ann_file: /
|
| 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: /
|
| 32 |
-
ann_file: /
|
| 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
|