ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

About webcam_blender.sh

Open CheungBH opened this issue 3 years ago • 2 comments

Hi. I am trying to use your prediction to control the animator in blender. However, I met a problem when I am running "webcam_blender.sh"

The "webcam.sh" demo can be run successfully. However, when I ran "webcam_blender.sh", the program keeps blocked in the accepting signal operation, https://github.com/Arthur151/ROMP/blob/99564ad7aaa2fea05d9873832e6914481026fe26/romp/lib/visualization/socket_utils.py#L205 , and the program will not move forward.

It's multi-threading needed for accepting the signal?

CheungBH avatar Dec 18 '21 07:12 CheungBH

Thanks for your interest in our work! About driving Blender character, please refer to this rep.. You have to 1) install the Blender add-on first, and then 2) run webcam_blender.sh of ROMP, 3) finally, run the Blender script in Blender to receive the sent signal.

Arthur151 avatar Dec 18 '21 10:12 Arthur151

Thanks for your interest in our work! About driving Blender character, please refer to this rep.. You have to 1) install the Blender add-on first, and then 2) run webcam_blender.sh of ROMP, 3) finally, run the Blender script in Blender to receive the sent signal.

Thank you. Actually, I have followed your steps. However, the webcam_blender.sh is not runnable, because the program was stopped in https://github.com/Arthur151/ROMP/blob/99564ad7aaa2fea05d9873832e6914481026fe26/romp/lib/visualization/socket_utils.py#L205 , and the following codes about processing the image didn't run. Screenshot 2021-12-18 at 22 20 49 Do you have any ideas to solve it?

CheungBH avatar Dec 18 '21 14:12 CheungBH