Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bytedance-research
/
LVFace

Image Feature Extraction
LVFace
ONNX
English
Face
VIT
Model card Files Files and versions
xet
Community
4

Instructions to use bytedance-research/LVFace with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • LVFace

    How to use bytedance-research/LVFace with LVFace:

    from huggingface_hub import hf_hub_download
    	 from inference_onnx import LVFaceONNXInferencer
    
    model_path = hf_hub_download("bytedance-research/LVFace", "LVFace-L_Glint360K/LVFace-L_Glint360K.onnx")
    inferencer = LVFaceONNXInferencer(model_path, use_gpu=True, timeout=300)
    img_path = 'path/to/image1.jpg'
    embedding = inferencer.infer_from_image(img_path)
  • Notebooks
  • Google Colab
  • Kaggle
LVFace
Ctrl+K
Ctrl+K
  • 2 contributors
History: 14 commits
LVFace's picture
LVFace
LVFace Model
b12702a verified 9 months ago
  • LVFace-B_Glint360K
    Upload 19 files 10 months ago
  • LVFace-L_Glint360K
    Upload 19 files 10 months ago
  • LVFace-S_Glint360K
    Upload 19 files 10 months ago
  • LVFace-T_Glint360K
    Upload 19 files 10 months ago
  • docs
    Upload 19 files 10 months ago
  • .gitattributes
    1.62 kB
    Upload 19 files 10 months ago
  • LICENSE_CODE.txt
    1.09 kB
    Upload 19 files 10 months ago
  • README.md
    7.31 kB
    LVFace Model 9 months ago