Skip to content

Commit 26ee296

Browse files
committed
corrected default SPLIT_MA
1 parent acbfe34 commit 26ee296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ numpy>=1.14.5
1010
pandas==1.1.4
1111
matplotlib==3.3.4
1212
scikit-image==0.17.2
13-
scipy==1.5.4
13+
scipy==1.4.1

utils/advanced_settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CROP_Y = 0, 50
1212

1313
[Pose Estimation]
1414
FLATTEN_MA = FALSE
15-
SPLIT_MA = TRUE
15+
SPLIT_MA = FALSE
1616
HANDLE_MISSING = skip
1717

1818
[Video]

0 commit comments

Comments
 (0)