Instructions to use nguyenkhoa/dinov2_Liveness_detection_v2.2.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nguyenkhoa/dinov2_Liveness_detection_v2.2.3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nguyenkhoa/dinov2_Liveness_detection_v2.2.3") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("nguyenkhoa/dinov2_Liveness_detection_v2.2.3") model = AutoModelForImageClassification.from_pretrained("nguyenkhoa/dinov2_Liveness_detection_v2.2.3") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- cdd18e42a8f81cad65008bab311b82734388854bebcc0a778a21edf8a760580d
- Size of remote file:
- 88.3 MB
- SHA256:
- d8cab3364aef35be3f302631149e76d9284272b4d0c96be613fb790e8ccfe6a5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.