diff --git a/utilsChecker.py b/utilsChecker.py index ee8a390a..63e3e088 100644 --- a/utilsChecker.py +++ b/utilsChecker.py @@ -1033,7 +1033,7 @@ def synchronizeVideoKeypoints(keypointList, confidenceList, # Re-sample the lists vertVelList = [v[idxStart:idxEnd] for v in vertVelList] mkrSpeedList = [v[:,idxStart:idxEnd] for v in mkrSpeedList] - handPunchVertPositionList = [p[:,idxStart:idxEnd] for p in handPunchVertPositionList] + # handPunchVertPositionList = [p[:,idxStart:idxEnd] for p in handPunchVertPositionList] allMarkerList = [p[:,idxStart:idxEnd] for p in allMarkerList] confSyncList= [c[:,idxStart:idxEnd] for c in confidenceList]