This repository contains code for Human Pose Estimation using Keypoint RCNN in PyTorch blogpost.
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
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.
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.