cgtinker

Results 117 comments of cgtinker
trafficstars

@KaijuKoder Really nice input, thanks a lot! **Let's discuss the mapping / setup helper** By default, I mirror everything (L -> R), I follow mediapipes naming conventions and by now,...

About the calculations: IK: The tracking results get remapped based on the rigs bone lengths, therefore the mapping may only be accurate for the rig which has been transferred to...

> Workflow I'm experimenting with: Use BlendARmocap and proceed to Transfer, Scrub constrained animation, choose keyframes, remove constraints, lets splines inbetween. Seems to work better than baking everything and cleaning...

> * FreeMocap alpha version is unstable and hard to use (no feedback) They recommend prealpha for stability, but was able to get it working though ran into the same...

> allow much more smoothing, to zero out the jitter. A jittery rigs is practically unworkable. Try the current version from the main - basically added a smoothing option while...

> Hey, @cgtinker, Back after a 2 month break doing other shots so just touching base. > > 1. Did try the live version but got install errors complaining it...

Thanks for your suggestions! Let me know what you think about the following: 1. I think what's kinda confusing is, that you basically just transfer once, you don't have to...

hm.. did you change anything in the config settings? can you provide me with simple steps to reproduce this?

I guess the issue is that bpy.ops.wm.cgt_feature_detection_operator is bound to blenders window manager (mainly to show realtime updates) and while running blender headless this results in an error. [BlendArMocap](https://github.com/cgtinker/BlendArMocap/tree/main)/[src](https://github.com/cgtinker/BlendArMocap/tree/main/src)/[cgt_mediapipe](https://github.com/cgtinker/BlendArMocap/tree/main/src/cgt_mediapipe)/cgt_mp_detection_operator.py if...

You are welcome, glad it works! Feel free to create a separate folder like `src/docker` with a short readme so others which might need to run detection in a docker...