David PAGNON

Results 123 comments of David PAGNON
trafficstars

Subscribing to this issue as I'd be interested in a command-line option as well!

Same problem [that I also brought up there](https://simtk.org/plugins/phpBB/viewtopicPhpbb.php?f=2402&t=17775&p=50164&start=0&view=&sid=ffaca016eb08c46bb5ef5eb89e94e265). From the error message, it seems like the issue is that the cut-off frequency (lowpass_hz ) [is defined as 30](https://github.com/keenon/AddBiomechanics/blob/main/server/engine/src/subject.py#L610C83-L610C93), while the...

Interesting! The interpolation functions are already written so it should be rather straightforward. Now it also means that it will double the size of my dataset. I'll have to think...

I'm interested, too. Maybe related to this? https://github.com/keenon/AddBiomechanics/issues/222

Thank you! I could definitely add these keypoints, although the consistency of results will highly depend on the image quality. However, I am not sure which hand an face angles...

If you just want positions, it's definitely doable and I can add this functionality next week. I would use the BODY_135 model ([page here](https://github.com/CMU-Perceptual-Computing-Lab/openpose_train/blob/master/experimental_models/README.md#single-network-whole-body-pose-estimation-model) and [article there](https://arxiv.org/abs/1909.13423)) . It is...

Well I have never installed it on Linux on a proper computer, but I did on Colab m, which works on Ubuntu 20.04. You can access the code by double...

And I haven't tried OSX yet, although it belongs to the SMPL suite. SMPL gives a 3D shape from 2d keypoints. Since there is a complete texture, it often looks...

Sorry, I somehow missed your message! > @davidpagnon Great, I was checking your code few hours back and i found that specific cmake and specific cuda, cudnn version needs to...

> @davidpagnon I want to use the KeyPoints or as you said the complete texture (like OSX) to use in stable diffusion as a guidance! > > Is there a...