Search found 3 matches

by Brian Horsak
Fri Aug 04, 2023 2:50 am
Forum: OpenCap
Topic: Display output videos with 2D keyfeature overlay
Replies: 2
Views: 194

Re: Display output videos with 2D keyfeature overlay

Ok, so i figured it out. I am placing a code snippet here if someone is intersted: # -*- coding: utf-8 -*- """ Created on Wed Aug 2 18:21:04 2023 This script reads the output videos from opencap and the keyfeatures stored in the *.pkl format to playback a video of the keyfeature overlay for visual i...
by Brian Horsak
Wed Aug 02, 2023 9:42 am
Forum: OpenCap
Topic: Display output videos with 2D keyfeature overlay
Replies: 2
Views: 194

Display output videos with 2D keyfeature overlay

Hi, I would like to visually inspect the videos and the keyfeatures estimated via e.g. openpose for the opencap videos. Does anyone know how to achieve this? I know that the videos are stored in ..\Videos\Cam\InputMedia\* and I think the necessary keyfeatures in ..\Videos\Cam\OutputPkl\*. However I ...
by Brian Horsak
Wed Apr 28, 2021 12:21 pm
Forum: OpenSim
Topic: Translating python API code to matlab
Replies: 1
Views: 196

Translating python API code to matlab

Hi, I am just starting to use the opensim API for matlab. I have a line of code in python which I am trying to convert to matlab. However, I missing a specific part for the matlab code. I was trying now for hours to get a results and finally ended up with getting help here in the forum : ) Any hints...