yolo-hand-detection icon indicating copy to clipboard operation
yolo-hand-detection copied to clipboard

Could you provide the training code for this hand detection project?

Open JJHu1993 opened this issue 3 years ago • 5 comments

Could you provide the training code for this hand detection project? Since I want to deploy this project to a mobile platform which only supports the TFlite model. So I want to train this project and save the tflite model.

Thanks very much.

JJHu1993 avatar Nov 09 '21 04:11 JJHu1993

To convert to tflite, check out the following tutorial: https://medium.com/analytics-vidhya/converting-a-custom-darknet-model-to-tensorflow-lite-ffdd48d58082

cansik avatar Nov 09 '21 12:11 cansik

Hey, I would also appreciate it if you could provide the training code for further fine-tuning. I think it was really trained good but it did not detect hand while wearing industrial or normal gloves.

Thanks

ehsainit avatar Nov 14 '21 16:11 ehsainit

Or at least would you give access to the data set you used for training? Thanks!

kho-bluefrogrobotics avatar Dec 31 '21 14:12 kho-bluefrogrobotics

+1

priyankinfinnov avatar Feb 26 '23 07:02 priyankinfinnov

As mentioned in the readme, I am not allowed to publish the dataset. The training code is based on the Yolov4 configuration of darknet. Tutorials and information how to setup the training pipeline can be found there.

cansik avatar Feb 26 '23 13:02 cansik