Skip to content

Latest commit

 

History

History

PyTorch-Keypoint-RCNN

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Human Pose Estimation using Keypoint RCNN in PyTorch

This repository contains code for Human Pose Estimation using Keypoint RCNN in PyTorch blogpost.

download

Directory Structure

All the code files and folders follow the following structure.


├── images
│   ├── image_1.png
│    
├── run_keypoint_rcnn.py
├── run_keypoint_rcnn.ipynb
├── requirements.txt
│       
└── README.md

Instructions

To run the Python script, execute python run_pose_estimation.py

To run the jupyter notebook, open it in a Jupyter console and run cells sequentially.

Human Pose Estimation Output

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.

img