Skip to content

able to run test code, but returns a blank page #61

@Aricling

Description

@Aricling

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:
image

and an aitviewer page pumps out, but the page is only a blank page like this:
image
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions