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

IrohXu
/
GazeAnywhere

Image Feature Extraction
Transformers
Safetensors
English
gazeanywhere
feature-extraction
gaze-estimation
computer-vision
multimodal
custom_code
Model card Files Files and versions
xet
Community

Instructions to use IrohXu/GazeAnywhere with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use IrohXu/GazeAnywhere with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="IrohXu/GazeAnywhere", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("IrohXu/GazeAnywhere", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • LICENSE
    7.4 kB
    Create LICENSE 7 months ago
  • README.md
    8.17 kB
    Update Model Weight 19 days ago
  • __init__.py
    818 Bytes
    Update Model Weight 19 days ago
  • bpe_simple_vocab_16e6.txt.gz
    1.36 MB
    xet
    Update Model Weight 19 days ago
  • config.json
    861 Bytes
    Update Model Weight 19 days ago
  • configuration_gazeanywhere.py
    1.5 kB
    Update Model Weight 19 days ago
  • image_processing_gazeanywhere.py
    2.6 kB
    Update Model Weight 19 days ago
  • model.safetensors
    3.56 GB
    xet
    Update Model Weight 19 days ago
  • modeling_gazeanywhere.py
    3.47 kB
    Update Model Weight 19 days ago
  • preprocessor_config.json
    373 Bytes
    Update Model Weight 19 days ago
  • processing_gazeanywhere.py
    8.48 kB
    Update Model Weight 19 days ago
  • processor_config.json
    214 Bytes
    Update Model Weight 19 days ago
  • special_tokens_map.json
    133 Bytes
    Update Model Weight 19 days ago
  • tokenization_gazeanywhere.py
    4.09 kB
    Update Model Weight 19 days ago
  • tokenizer_config.json
    743 Bytes
    Update Model Weight 19 days ago