hukenovs / hagrid

HAnd Gesture Recognition Image Dataset
https://arxiv.org/abs/2206.08219
589 stars 89 forks source link

How to finetune on yolov7_tiny? #48

Open bliblioscar opened 1 year ago

bliblioscar commented 1 year ago

Hi. I wonder if you can release your yolov7 checkpoint for us to finetune the detection model, because I can only get onnx file from your link. And appreciate that if you can tell us how to run the train on yolov7. Thanks a lot!!

nagadit commented 1 year ago

Hi @bliblioscar ! Sorry, we can't provide model weights as the yolo license doesn't match to our repository license. But you can train the model yourself! We used our converter hagrid_to_yolo.py to prepare the dataset for training and trained the model with the default training settings.

bliblioscar commented 1 year ago

Thanks!I will try it!😊