keypoint_rcnn_training_pytorch icon indicating copy to clipboard operation
keypoint_rcnn_training_pytorch copied to clipboard

How to Train a Custom Keypoint Detection Model with PyTorch (Article on Medium)

Results 14 keypoint_rcnn_training_pytorch issues
Sort by recently updated
recently updated
newest added

Could you add an open license like a MIT or Apache license to enable use in opensource projects and other things?

I'm trying to train the key point RCNN model on a dataset containing images which sometime contain annotations, but also sometime doesn't contain annotations. The annotation file then looks like:...

Hi there, What's the name of the annotation format of the dataset? And/or do you have a converter to make them as COCO format (single json file with all annotations...

Hello, I appreciate the excellent work. I have been using the model for research. I am struggling with high latency when running inference on the model. I am trying to...