turingmotors / heron

Apache License 2.0
164 stars 25 forks source link

feat: Add llava_bench.sh and fix the dir structure to follow the official LLaVA's #33

Closed kentosasaki-jp closed 8 months ago

kentosasaki-jp commented 8 months ago

Add llava_bench.sh and fix the dir structure to follow the official LLaVA's

Description

This PR adds llava_bench.sh for model evaluation, enabling you to perform inference, evaluate results, and visualize outcomes in one step.

Additionally, the directory structure has been adjusted to follow that of the official LLaVA.

Confirmed