blind-assist/walk-train
Updated • 38
Fine-tuned NVILA-Lite-2B model for blind assistance navigation.
Given visual input from a user's forward perspective, generate exactly one short sentence to guide a visually impaired user by:
"At 1 o'clock direction there is a tree, be careful to avoid it."
from llava.model.builder import load_pretrained_model
model_path = "blind-assist/nvila-walk-130samples"
tokenizer, model, image_processor, context_len = load_pretrained_model(model_path)
Base model
Efficient-Large-Model/NVILA-Lite-2B