Orr Zohar

Results 16 comments of Orr Zohar

Hi @MaslikovEgor, The demo didn't work before this fix as well (see https://github.com/huggingface/transformers/pull/20136). Try running coco evaluation with image conditioning before/after this fix, [email protected] increases from 6 to 37. This...

@RRoundTable, the issues you are reporting seem to do with the text-conditioned evaluation. This means that the issues probably stem from the forward pass/post-processing. In your LVIS eval, did you...

Hi @RRoundTable , I added a PR with the appropriate evaluation protocol https://github.com/huggingface/transformers/pull/23982 Best, Orr

Even for the results in table 1 of your MS? Because you stated that you train on PASCAL VOC classes. Best Orr

Hi,, It has been two and a half months and have yet to get access to the model weights. Will the weights ever be released? Best, Orr

@haotian-liu Release notes are 404 Can you share the motivation for not using image start/end tokens?

> Setting overlap_comm to False can avoid this problem. this solved the issue for me -- but what can we do to use overlap_comm? there is a significant slow down...

@zucchini-nlp Does this support batch inferencing for faster evaluations?