Usage and License Notices: This project is based on LLaVA-OneVision codebase. Please refer to their usage and license notices for more information.
git clone https://github.com/ngailapdi/SplatTalk-LLaVA-Inference
cd SplatTalk-LLaVA-Inferenceconda env create -f environment.yml
conda activate llava
pip install --upgrade pip # Enable PEP 660 support.
pip install -e ".[train]"bash cluster.shbash scripts/train/finetune_ov.shpython scripts/decode_dataset.pypython scripts/scanqa_evaluator.pypython scripts/extract_dataset_feat.py- This codebase is built upon LLaVA-OneVision. We thank the authors for their great work!