-1

I'm new to Computer Vision and Python in general. I'm trying to figure out how to extract the keypoints for a person from an image and then feed them to a Deep Learning model which will detect if the pose is suspicious or not. For detection of keypoints I've come across OpenPose's Python API but it requires an Nvidia GPU which I don't have. How can I run the OpenPose Python API on Google Colab?

user10399321
  • 21
  • 1
  • 3

1 Answers1

0

You may git clone the repo to colab workspace. You might need to modify some dependency files to get it running on it.

The changes to make it running is too broad to discuss here.

Ajai
  • 1,049
  • 1
  • 11
  • 23