OPPOMKLab / u-LLaVA

u-LLaVA: Unifying Multi-Modal Tasks via Large Language Model
Apache License 2.0
136 stars 6 forks source link

Can you add inference code, so it easy to test the model #1

Closed laxmaniron closed 10 months ago

VeritasXu commented 10 months ago

Hi, codes for qualitative inference and quantitative evaluation can be found in the folder "evaluation". In particular, inference_ullava_core.py can be used to test the performance of the first stage, inference_ullava.py is for the second stage, respectively.

laxmaniron commented 10 months ago

Thanks