https://github.com/laion-ai/hand-inference
A model to run hand inference on a cluster.
https://github.com/laion-ai/hand-inference
Last synced: about 1 year ago
JSON representation
A model to run hand inference on a cluster.
- Host: GitHub
- URL: https://github.com/laion-ai/hand-inference
- Owner: LAION-AI
- Created: 2023-03-14T18:21:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T23:19:38.000Z (over 3 years ago)
- Last Synced: 2025-05-07T18:13:39.094Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 3.14 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hand inference
This repository lets you filter a dataset with open clip.
## Inference structure
1. Calculate CLIP similarity scores for image embeddings and ("hand", "hands", "finger", "fingers") tokens
2. Crop hands from image
3. Run CLIP similarity scores again
4. Perform finger detection