shubham0204 / Hand_Detection_TFLite_Android

Hand Detection using TFLite in Android. Uses Victor Dibia's model checkpoints.
MIT License
19 stars 2 forks source link

Nail tracker #1

Open manhlt1990 opened 2 years ago

manhlt1990 commented 2 years ago

Can you have a demo for nail tracker?

shubham0204 commented 2 years ago

@manhlt1990 There's no such pretrained model for nail detection. If in your use-case, a constant hand orientation is observed, you can locate the relative position of each nail ( for ex. nails are at a small offset from the top edge of a bounding box if the hand orientation is upright and palms facing towards the observer )