trettenbrein / OpenPoseR

Analyze motion-tracking data derived from video files using OpenPose.
GNU General Public License v3.0
9 stars 3 forks source link

file_clean() fails for files for files with missing data #8

Closed trettenbrein closed 3 years ago

trettenbrein commented 3 years ago

It seems that file_clean()which calls clean_data() fails for files with missing data, producing the below error message:

Error in if (data_points[r, c] == 0 && data_points[r - 1, c] != 0) { : 
  missing value where TRUE/FALSE needed