You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I am not entirely sure what your setup is here but I'm assuming you are trying to X forward the aitviewer output to your local machine from a Linux server? I have no experience with XQuartz unfortunately. You could try to swap the window type to pyglet instead of Qt, but I doubt that this will change anything:
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
xeyes
command can work andcv2.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!
The text was updated successfully, but these errors were encountered: