Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run multi example program in 3 workers? #22

Open
zf223669 opened this issue Sep 3, 2022 · 2 comments
Open

How to run multi example program in 3 workers? #22

zf223669 opened this issue Sep 3, 2022 · 2 comments
Labels
question Further information is requested

Comments

@zf223669
Copy link

zf223669 commented Sep 3, 2022

Hi, I start 3 workers and ran the example, however, it showed that just one work working.....

@Svito-zar
Copy link
Collaborator

@jonepatr , @TeoNikolov - do you know how to answer this question?

@Svito-zar Svito-zar added the question Further information is requested label Sep 5, 2022
@TeoNikolov
Copy link
Contributor

TeoNikolov commented Sep 6, 2022

I tested with the 2022 version of the visualizer using Docker Desktop 4.7.0 and it worked fine. Also tested on the current 2020 version and 3 workers launched successfully.

I used this command to launch docker

docker-compose up --build --scale worker=3

and export files using

python .\example.py .\mocap.bvh --output .\mocap1.mp4

image

@zf223669 If you run docker-compose up --build --scale worker=3 , do you see 3 workers under the genea_visualizer container? Either in Docker Desktop > Containers / Apps, or when you run docker ps in the command line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants