Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to install and use Gaze-LLE for gaze prediction?

2025-09-10 2.1 K

The following installation and configuration steps are required to use Gaze-LLE:

Installation Process:

  1. Cloning Project Warehouse:git clone https://github.com/fkryan/gazelle.git
  2. Go to the project directory and create a virtual environment:conda env create -f environment.yml
  3. Activate the environment and install dependencies:conda activate gazelle && pip install -e .
  4. Optional installation of xformers acceleration:pip3 install -U xformers

Model use:

Gaze-LLE offers a wide selection of pre-trained models that can be quickly loaded via PyTorch Hub:

  • Base model:torch.hub.load('fkryan/gazelle', 'gazelle_dinov2_vitb14')
  • Large-scale modeling:torch.hub.load('fkryan/gazelle', 'gazelle_dinov2_vitl14')

Predictive Output:

The model generates a spatial heat map with values ranging from [0,1] indicating the probability of being gazed at at each location. Users can learn about the complete multi-person gaze prediction implementation process through the Colab demo notes.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top