dvlab-research / LISA

Project Page for "LISA: Reasoning Segmentation via Large Language Model"
Apache License 2.0
1.75k stars 125 forks source link

Can't reproduce the results of lisa-7b #135

Open L1uShuai opened 2 months ago

L1uShuai commented 2 months ago

Has anyone managed to replicate the outcomes of lisa-7b? I'm puzzled as to why, after ten epochs of training, my test results for giou are 0.05 and for ciou are 0.03.

L1uShuai commented 2 months ago

I've employed 6 GPUs, and the llava version I'm using is LLaVA-Lightning-7B-delta-v1-1. And the rest of the settings have been left as is.

wxliii commented 1 month ago

Have you solved this problem?

L1uShuai commented 1 month ago

Have you solved this problem?

Up until now, I haven't been able to resolve this issue.

chenqi1126 commented 3 weeks ago

Maybe you should add the delta (LLaVA-Lightning-7B-delta-v1-1) to the original LLaMA weights to obtain the LLaVA weights (LLaVA-Lightning-7B-v1-1). Refer to the legacy models part in https://github.com/haotian-liu/LLaVA/blob/main/docs/MODEL_ZOO.md