opencap-core
opencap-core copied to clipboard
Main OpenCap processing pipeline
Most of the trials w/ errors are calibration trials. It would be interesting to identify the top 3 failure modes and work on better instructions and/or ways of catching the...
Add unit tests and CI to make sure changes do not break anything. @jenhicks @aymanhab @suhlrich very broad issue. Happy to chat more about this.
I believe commenting out this line should allow hand punch synchronization to be performed without eliminating low-confidence keypoints.
Change shoulder joint of default model to match ISB conventions. Make older model an option and deprecate at some point. Change name shoulder model to make clearer 3 vs 6...
Is it running scaling when it is not supposed to?
We got this error when synchronizing keypoints, which invoked by the code below(in **utilsChecker.py**): ```py # Synchronize keypoints. pointList, confList, nansInOutList,startEndFrameList = synchronizeVideoKeypoints( pointList, confList, confidenceThreshold=confidenceThreshold, filtFreqs=filtFreqs, sampleFreq=frameRate, visualize=False, maxShiftSteps=2*frameRate,...
Add otp verification step in utilsAuth in opencap-core and opencap-processing. If otp_verified is False, we can trigger the code to be sent just like we do for the front end,...
I would like to ask if the baseline true value of the boundary box is provided?