Key-Point-Detection-on-Custom-Dataset
Key-Point-Detection-on-Custom-Dataset copied to clipboard
Keypoint Detection Using Detectron 2 on Custom Dataset
Thank you for sharing this GitHub and video. I trained my own dataset and got the model.pth file without any problems, but I couldn't predict the result with this file;...
I seem to get this error when verifying to see if my data is loaded properly. I followed your code exactly. Trying to train 5 keypoints on a hand errors:...
Can you add your json file to the project? It would be useful to compare the format that you used for keypoint definition. Thanks.
Hi, thank you for your sharing. I have an issue when I train on my own dataset. The model is not saved and the keypoint loss stay at 0. Could...