FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(OpenPose result:571): Gtk-WARNING **: cannot open display:

zoink opened this issue · comments

commented

I'm running PyOpenPose on a server so I can't display anything. Is there any "--no-display" option for PyOpenPose? Thanks so much!

If you remove all the "visualization" code (i.e cv2.imshow, cv2.waitKey etc) calls from the example script, there is no other X related request in PyOpenPose. So unless there are calls inside Openpose it should work on headless mode.