Alara Dirik

Results 49 comments of Alara Dirik

> Thank you for this PR. > > * I suggest to modify the output of the pipeline to be more "natural". (see relevant comment). > * `text_queries` should be...

> Are you sure ? I just tried your code, and it seems all the labels stem from the text being sent. Meaning I think there is a 1-1 correspondance...

> Hi @alaradirik, I made the changes as per the review comments, could you check if they're fine? > > I'm working on test cases currently. In the file [here](https://github.com/huggingface/transformers/blob/main/tests/models/owlvit/test_modeling_owlvit.py#L530),...

> Hi, I couldn't see any test being run by CI. Could you share the error messges? @ydshieh, of course, here is the full error log. `return_dict` argument is causing...

@ydshieh great, thank you! I hadn't pulled the latest changes on this branch. @unography we can merge this PR once the remaining minor issues are addressed, thank you again for...

Hi @unography! Just wanted to ask if you'll have time to work on this PR this week? The OWL-ViT paper will be presented at ECCV in less than 2 weeks...

> ```python > from PIL import Image > import torch > > from transformers import OwlViTProcessor, OwlViTForObjectDetection > > processor = OwlViTProcessor.from_pretrained("google/owlvit-base-patch32") > model = OwlViTForObjectDetection.from_pretrained("google/owlvit-base-patch32") > > image =...

> Hi @alaradirik, I've added a few fixes, but unfortunately, I'm unable to find time to contribute more right now. I hope my current changes are clear enough that you...

I think the PR is good to go, @NielsRogge @sgugger could you do a final review when you have the time? I will update the model card and the OWL-ViT...

Great, thank you Alexey! No need to take any additional steps, we will transfer the repo ownership to the Google AI org shortly. Best, Alara