You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have found that in the function synchronizeVideoKeypoints, if the condition if not np.any(overlapInds_clean)(line 1015) is met, only 3 values are returned.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. Can you provide a session ID and trial name. We will try to reproduce and fix. THanks.
Of course, the session ID and trial name has been sent to your email [email protected].
We got this error when synchronizing keypoints, which invoked by the code below(in utilsChecker.py):
We have found that in the function
synchronizeVideoKeypoints
, if the conditionif not np.any(overlapInds_clean)
(line 1015) is met, only 3 values are returned.The text was updated successfully, but these errors were encountered: