diff --git a/config/data/local/debug.yaml b/config/data/local/debug.yaml deleted file mode 100644 index 073ed6be..00000000 --- a/config/data/local/debug.yaml +++ /dev/null @@ -1,20 +0,0 @@ -data: - name: debug - task: detection - format: local # local, huggingface - path: - root: /workspace/db/data_364_544x960 # dataset root - train: - image: image/val # directory for training images - label: label/val # directory for training labels - valid: - image: image/val # directory for valid images - label: label/val # directory for valid labels - test: - image: image/val #images/val - label: label/val #labels/val # directory for valid labels - pattern: - image: ~ - label: ~ - id_mapping: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13'] # class names - pallete: ~ \ No newline at end of file