-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paper provided example can not be reproduced !! #153
Comments
Did not u see the train data. |
我觉得可以不用纠结这个问题,如果你希望得到demo中的效果,可以考虑调研一下LISA++,LISA++可以很好的完成demo中的任务,对话更自然一些 |
有查到你提的那篇論文,但我找不到它的github;你提到LISA++可以很好的完成demo中的任务,那你知道在哪取得LISA++的github嗎 (source code和reproduce的權重) ? |
好像确实没有代码和权重,LISA++的论文里也没提到 |
then, let's wait and see that will LISA author give any comment ~ |
@HuangChiEn Hi~I have been working on reproducing LISA recently. Have you noticed Issue# 162? I see that you are all paying attention to the reproduction of reason seg, but rarely mention reference seg(e.g. validation on refCOCO dataset). Have you successfully replicated the results tested on the refCOCO dataset? |
hello, On the other hand, i have successfully reproduced the reason seg, while only |
I have draw the example from the README.md.
load-8bit response is acceptable, but it didn't give me any explanation.
I think load-8-bit may decrease performance, so i exec in fp16 mode only (no serious quantization). But i got the worse results.. it still doesn't explain.
bunch of out-of-control [SEG] token is pop out?
About version and package :
I have encountered several issue, so i follow
transformer
version to Llava, and modify the code according to this issuehaotian-liu/LLaVA#968
The real problem i afraid affect the decoding strategy is that
salesforce/LAVIS#571.
So, i have replace all private function (i.e. _expand_mask) to
object
to pass the static check of python.Moreover, i have place
RuntimeError
to the begin of all function which will use it (but i didn't get any RuntimeError).So, that's mean all private function will not be used during inference.
Any suggestion will be appreciated!!
The text was updated successfully, but these errors were encountered: