genea_visualizer
genea_visualizer copied to clipboard
How to run multi example program in 3 workers?
Hi, I start 3 workers and ran the example, however, it showed that just one work working.....
@jonepatr , @TeoNikolov - do you know how to answer this question?
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
@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?