Closed HARIHARAN1103 closed 5 years ago
The openpose.py
uses cv.imshow('OpenPose using OpenCV', frame)
to show the frame image so it can't run on Colab. You need to use matplotlib pyplot to show the image. Here is the tutorial: https://matplotlib.org/users/image_tutorial.html
I have tried this model on the google colab.
!python openpose.py --input image5.jpg :cannot connect to X server
please suggest the solution.