opencap-core
opencap-core copied to clipboard
Main OpenCap processing pipeline
Replace OpenPose by openpose in code, mismatch for now. Replace mmpose by hrnet Make settings more explicit, eg openpose: {'resolution': "1x736"}}
This would be very helpful for some activities, could make it an option on the frontend
@suhlrich why not setting this to `false`: https://github.com/stanfordnmbl/opencap-core/blob/main/opensimPipeline/Models/LaiArnoldModified2017_poly_withArms_weldHand.osim#L3182 When the subject is turning around, IK fails. You get non-meaningful values if set to `false `since it can exceed the range,...
If a trial had an error but was successfully reprocessed, the original error is capture in the error msg field. We should clean that up.
We should use the examples from this forum post to improve the camera overlap algorithm. It is not obvious why it fails after visually observing the results of pose estimation....
It'd be good to be able to run HRNet locally without the workaround to debug, post process, etc. Thoughts @antoinefalisse
Local docker build can't use GPU for tensorflow. I think it is because of tensorflow/cuda/cudnn version mismatch. We changed tensorflow version likely because we were using a docker image with...
let's look at some sync error'd trials and add more informative errors if pose est. didn't work, or video was too short, etc.