Skip to content

Commit 0bb3080

Browse files
committed
✏️ [AAAI|Fix] a typo in target file name
1 parent 6afb59b commit 0bb3080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yolo/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class DataConfig:
6666
class OriginConfig:
6767
scale_origin: float
6868
background_color: int
69-
target_file: str
69+
target_postfix: str
7070

7171

7272
@dataclass

0 commit comments

Comments
 (0)