KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
VistaLLaMA
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
License-Plate-Recognition-using-ESP32-CAM
:
Licence number Plate Recognition using ESP32-CAM and Circuit Digest Cloud API.
impact-api
:
Initiative for Minoritized Pioneers and Achievements in Computer Technology
NIGHTMARE
:
No description available.
clean-ms-products
:
With this script you can quickly clean Microsoft Onedrive, Edge, Copilot and similar unnecessary products.
nestjs-mod-fullstack
:
Boilerplate for creating a fullstack application on NestJS and Angular
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
VistaLLaMA
?
Download (.md)
# Vista-LLaMA ### Vista-LLaMA: educing Hallucination in Video Language Models via Equal Distance to Visual Tokens ## Installation :wrench: We recommend setting up a conda environment for the project: ```shell bash script/set_env.sh ``` --- ## Dataset Follow the instructions in [Video-ChatGPT](https://github.com/mbzuai-oryx/Video-ChatGPT) If Eva-CLIP-G is used to extract video features, use the scripts/save_evaclip_feature to extract activitynet features ## Training Inference and Evalaution: ```shell bash script/train_val_eval.sh ``` ## Test model on the Next-QA dataset ```shell bash script/run_infer.sh ```