Skip to content
Snippets Groups Projects
Commit 88964205 authored by Bairam, Uldanay's avatar Bairam, Uldanay
Browse files

Update README.md

parent cfeb20de
Branches master
No related tags found
No related merge requests found
## Human Pose Estimation with HRNet and Object detection with FasterRCNN in PyTorch
This project is to detect and generate a .csv file with joints coordinates and recognize the object handled by using the models from object detection module.
Original git repo is here https://github.com/stefanopini/simple-HRNet
### Extracting keypoints into csv file:
```
python scripts/extract-keypoints.py --single_person --format csv --filename "../Side-view-KB00-05-03-2021/scenario-5/cucumbers/20210305_152344.mp4" --csv_output_filename "../Side-view-KB00-05-03-2021/scenario-5/cucumbers/20210305_152344.csv"
```
## Multi-person Human Pose Estimation with HRNet in PyTorch
This is an unofficial implementation of the paper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment