Skip to content

Commit 3fb9bdb

Browse files
authored
Update advanced_settings.ini
updated handle_missing
1 parent 3454816 commit 3fb9bdb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

utils/advanced_settings.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ CROP_Y = 0, 500
1414
[Pose Estimation]
1515
FLATTEN_MA = FALSE
1616
SPLIT_MA = FALSE
17-
HANDLE_MISSING = pass
17+
#handle missing will handle missing/NaN values. E.g., when using DLC pose estimation with likelihood filter.
18+
#Handle with care: NaN values might result in unexpected behavior during experiments and when triggers are calculated!
19+
#default is "skip", for SIMBA use "null", for BSOID use "pass", "reset" will set all values to NaN for the entire skeleton
20+
HANDLE_MISSING = skip
1821

1922
# These settings work in synergy with HANDLE_MISSING (currently only for DLC)
2023
FILTER_LIKELIHOOD = True

0 commit comments

Comments
 (0)