We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
how to use FACSvatar(0.3.4) system with 2 computers. I used windows 10 Enterprise .
-Machine 1 , Unity3D ( ZeroMQFACSvatar's parameter "sub_to_ip" is Machine2_IP ) & dcoker-compose. -Machine 2 , OpenFaceOffline (Machine1_IP in config.xml)
It's work for me .
You can check which you can communicate with machine following command ( you need to use docker-compose on Machine2 ) .
cd FACSvatar/modules/test_msg python main.py --sub_ip ip_machine_2 --sub_port module_port
The text was updated successfully, but these errors were encountered:
No branches or pull requests
how to use FACSvatar(0.3.4) system with 2 computers.
I used windows 10 Enterprise .
-Machine 1 , Unity3D ( ZeroMQFACSvatar's parameter "sub_to_ip" is Machine2_IP ) & dcoker-compose.
-Machine 2 , OpenFaceOffline (Machine1_IP in config.xml)
It's work for me .
You can check which you can communicate with machine following command ( you need to use docker-compose on Machine2 ) .
The text was updated successfully, but these errors were encountered: