carlosedubarreto / b3d_mocap_import

addon for blender to import mocap data from tools like easymocap, frankmocap and Vibe
106 stars 14 forks source link

when i start realtime mediapip get that error #29

Open azidan17 opened 2 years ago

azidan17 commented 2 years ago

hello carlos ...thank you for ur amazing work and i faced that issues when i start mocap on blender

Python: Traceback (most recent call last): File "C:\Users\azida\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\b3d_mocap_import-alpha_realtime\load_mocap.py", line 3351, in modal msglen = int(msg[:HEADERSIZE]) ValueError: invalid literal for int() with base 10: b''

location: :-1

carlosedubarreto commented 2 years ago

Hello. Sorry... there's more than 6 months that I did that code, and by that time it was very unstable. I think I won't be able to help much with it, since because of the lots of issues I've got.

that code was shared so people could be able to use it as a starting point, and fixing those issues, like the one you´ve found.

I'm not sure, but maybe this problem that you saw used to happen when you take a long time to start the "server" (the code outside blender) and the addon to capture the footage.

azidan17 commented 2 years ago

dont give up.. thats good project u can develop it more to work on ue5 and sell it on market as vr cam plugin

carlosedubarreto commented 2 years ago

Maybe in the long future, I'm working on a deep learning implementation for face mocap all inside blender, and that´s taking all my time...

I'll probably wont go back on ready solutions for pose estimation(like mediapipe, frankmocap vibe and so on....) , as I'm creating my own, where I'll have full control, instead of trying to deal with the packages limitations.

azidan17 commented 2 years ago

thats nice ,, im trying this days to learn deep learning online but i cant find roadmap all i found on youtube and udmy basics but i need to mindset on whats goal of learning that field

carlosedubarreto commented 2 years ago

Take a look at this specialization course. https://www.coursera.org/specializations/deep-learning It is not enough, but this one helped me to "loose the fear" to learn it.

I'm doing it about a month, and I see there is A LOT to learn yet.