I’m trying to run audio2face from the SDK and not the UI. I’m currently on a remote server which is running ubunutu 20.0 but I cannot seem to get Audio2Face installed and run the client. I’ve been looking around the documentation but I seem to keep going around in circles. Is there a particular guide on how to setup the A2F client from terminal on Ubuntu so I can interact with the API using Python?
I’ve tried downloading and running the .AppImage, but I keep getting the following error:
./omniverse-launcher-linux.AppImage
[2476697:0110/085935.038515:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY
[2476697:0110/085935.038567:ERROR:env.cc(255)] The platform failed to initialize. Exiting.
Segmentation fault (core dumped)
Any help would be greatly appreciated, thank you!