fix: typo
Browse files- detector/data.py +2 -2
detector/data.py
CHANGED
@@ -82,8 +82,8 @@ class FontDataModule(LightningDataModule):
|
|
82 |
self,
|
83 |
config_path: str = "configs/font.yml",
|
84 |
train_path: str = "./dataset/font_img/train",
|
85 |
-
val_path: str = "./dataset/font_img/
|
86 |
-
test_path: str = "./dataset/font_img/
|
87 |
train_shuffle: bool = True,
|
88 |
val_shuffle: bool = False,
|
89 |
test_shuffle: bool = False,
|
|
|
82 |
self,
|
83 |
config_path: str = "configs/font.yml",
|
84 |
train_path: str = "./dataset/font_img/train",
|
85 |
+
val_path: str = "./dataset/font_img/val",
|
86 |
+
test_path: str = "./dataset/font_img/test",
|
87 |
train_shuffle: bool = True,
|
88 |
val_shuffle: bool = False,
|
89 |
test_shuffle: bool = False,
|