dronefreak commited on
Commit
29559e5
·
verified ·
1 Parent(s): 783fad6

fix: Path

Browse files

Signed-off-by: dronefreak <kumaar324@gmail.com>

Files changed (1) hide show
  1. data/detectionbench_data.yaml +1 -1
data/detectionbench_data.yaml CHANGED
@@ -7,7 +7,7 @@
7
  # directory (not one level up), that relative path is wrong. This file uses
8
  # an explicit `path:` + non-relative splits instead.
9
 
10
- path: /home/neural_debugger/Downloads/datasets/ExDark/Exclusively-Dark-Image.v2i.yolo26
11
  train: train/images
12
  val: valid/images
13
  test: test/images
 
7
  # directory (not one level up), that relative path is wrong. This file uses
8
  # an explicit `path:` + non-relative splits instead.
9
 
10
+ path: data
11
  train: train/images
12
  val: valid/images
13
  test: test/images