Fix autogaze_model_id: bfshi/AutoGaze no longer exists

#9

Loading this model's processor currently fails because it tries to pull AutoGaze from bfshi/AutoGaze, which isn't on the Hub anymore (looks like it used to be on @bfshi 's personal account before moving to nvidia/AutoGaze):

RepositoryNotFoundError: 404 Client Error.
Repository Not Found for url: https://huggingface.co/api/models/bfshi/AutoGaze

Changed autogaze_model_id in preprocessor_config.json and the fallback in processing_nvila.py to nvidia/AutoGaze. Until now I've had to patch these two files locally every time I use the model.

Same problem in the AutoGaze quick start docs, fix open here: https://github.com/NVlabs/AutoGaze/pull/6

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment