Skip to content

sowmyakavali/keypoint-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keypoint Training On different input data formats.

1. RGB Keypoint training.

input csv should contain these rows
[point1x, point1y, point2x, point2y....... filename]

train the model on rgb image.

2. GRAY Keypoint training.

input csv should contain these rows
[point1x, point1y, point2x, point2y....... Image]

train the model on gray image.

3. Heatmap based Keypoint Training.

input csv should contain these rows
[point1x, point1y, point2x, point2y....... Image]

train the model on gray image.

About

keypoint training for 2d pose estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages