i'm running the test demo provided in https://eth-ait.github.io/aitviewer/ and here is my code on my remote linux server:
from aitviewer.viewer import Viewer
from aitviewer.configuration import CONFIG as C
C.update_conf({'smplx_models':'/home/guoling/HOIs/all_body_models'})
if __name__ == '__main__':
v = Viewer()
v.scene.add(SMPLSequence.t_pose())
v.run()
Meanwhile, I use the XQuartz for visualization, after running python test_viewer.py, the terminal returns:

and an aitviewer page pumps out, but the page is only a blank page like this:

I have tried many times, but it's always a blank page, my xeyes command can work and cv2.imshow can work too(when using opencv-python). I'm using opencv-python-headless version for aitviewer but it just doesn't work.
Hope someone can help, thanks a lot!
i'm running the test demo provided in https://eth-ait.github.io/aitviewer/ and here is my code on my remote linux server:
Meanwhile, I use the XQuartz for visualization, after running

python test_viewer.py, the terminal returns:and an aitviewer page pumps out, but the page is only a blank page like this:

I have tried many times, but it's always a blank page, my
xeyescommand can work andcv2.imshowcan work too(when using opencv-python). I'm using opencv-python-headless version for aitviewer but it just doesn't work.Hope someone can help, thanks a lot!