Skip to content

Commit d52aa76

Browse files
committed
change PATH_LABEL_SEPARATOR to ,
1 parent 04739ed commit d52aa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slowfast/config/defaults.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
_C.DATA.PATH_TO_DATA_DIR = ""
656656

657657
# The separator used between path and label.
658-
_C.DATA.PATH_LABEL_SEPARATOR = " "
658+
_C.DATA.PATH_LABEL_SEPARATOR = ","
659659

660660
# Video path prefix if any.
661661
_C.DATA.PATH_PREFIX = ""
@@ -763,7 +763,7 @@
763763
_C.DATA.SKIP_ROWS = 0
764764

765765
# The separator used between path and label.
766-
_C.DATA.PATH_LABEL_SEPARATOR = " "
766+
_C.DATA.PATH_LABEL_SEPARATOR = ","
767767

768768
# augmentation probability to convert raw decoded video to
769769
# grayscale temporal difference

0 commit comments

Comments
 (0)