Hi!
Thanks for the great tools for keypoint detection. I have a custom dataset, and each image contains only a single object with 19 key points. I have successfully trained the top-down model using this config.
However, in my case, I don't have the ground truth boxes for inference on the new image. For training, I just used the enclosed box that covers all points.
Since I don't want to train another object detection model, should I use the Bottom-up method instead? Any suggestions for this kind of dataset are very welcome. Thanks
Hi!
Thanks for the great tools for keypoint detection. I have a custom dataset, and each image contains only a single object with 19 key points. I have successfully trained the top-down model using this config.
However, in my case, I don't have the ground truth boxes for inference on the new image. For training, I just used the enclosed box that covers all points.
Since I don't want to train another object detection model, should I use the Bottom-up method instead? Any suggestions for this kind of dataset are very welcome. Thanks