Instructions to use wangyh6/BlazeFace-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wangyh6/BlazeFace-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="wangyh6/BlazeFace-v2", trust_remote_code=True) pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("wangyh6/BlazeFace-v2", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
be3b372 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4b1b873fa868df292abd44b5fc1a08849d9503e99ad3cae2582710000ac22354
size 412216
|