keypoint_rcnn_training_pytorch
keypoint_rcnn_training_pytorch copied to clipboard
How to Train a Custom Keypoint Detection Model with PyTorch (Article on Medium)
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...