Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using clean_data() results in NAs #12

Closed
trettenbrein opened this issue Jan 27, 2022 · 1 comment
Closed

Using clean_data() results in NAs #12

trettenbrein opened this issue Jan 27, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@trettenbrein
Copy link
Owner

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.

@trettenbrein trettenbrein added the bug Something isn't working label Jan 27, 2022
@trettenbrein trettenbrein added this to the Release of OpenPoseR 1.1 milestone Jan 27, 2022
@trettenbrein trettenbrein self-assigned this Jan 27, 2022
@trettenbrein
Copy link
Owner Author

Example of OpenPose data and analysis script that produces NAs: bug_report.zip

trettenbrein added a commit that referenced this issue Apr 11, 2022
The clean_data() function now no longer produces NAs. This seems to have happened in cases where a point failed to be tracked for every frame towards the end of the video (i.e. when more than the value for the final frame was 0).
trettenbrein added a commit that referenced this issue Apr 11, 2022
The clean_data() function now no longer produces NAs. This seems to have happened in cases where a point failed to be tracked for every frame towards the end of the video (i.e. when more than the value for the final frame was 0).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant