Closed trettenbrein closed 2 years ago
Bug report by Emily Kubicek via e-mail:
Using default settings (i.e. cutoff = .1), clean_data() (respectively file_clean()) produces NAs in the output file when a row containing 0s is followed by only one row of data with a below-threshold confidence value.
cutoff = .1
clean_data()
file_clean()
NA
0
Example of OpenPose data and analysis script that produces NAs: bug_report.zip
Bug report by Emily Kubicek via e-mail:
Using default settings (i.e.
cutoff = .1
),clean_data()
(respectivelyfile_clean()
) producesNA
s in the output file when a row containing0
s is followed by only one row of data with a below-threshold confidence value.