ROMP
ROMP copied to clipboard
我打算使用服务器实时驱动模型,但是我服务器上没有硬件,就使用了run_on_remote_server参数
我认为该参数是方便服务器启用sever调用本地摄像头,该参数需要使用https://github.com/Arthur151/ROMP/blob/v1.1/src/lib/utils/remote_server_utils.py 文件,该文件内 run_server(server_host, server_port) # first, run this function only in server # run_client(server_host, server_port) # then, run this function only in client,请问在客户端是直接单独运行该.py文件吗?显示有错误,该函数找不到
I see.
https://github.com/yanch2116/CharacterDriven-BlenderAddon
我同事的这个是你需要的。