microsoft / VISOR

MIT License
42 stars 5 forks source link

code for object detection of images #3

Open senguet opened 1 month ago

senguet commented 1 month ago

Hi,Thank you for your contribution! Can you provide code for object detection of images using OWLViT? Look forward to your reply.

tejas-gokhale commented 1 month ago

Hi there is an example of the object detection pipeline in this notebook: https://github.com/microsoft/VISOR/blob/main/text2image_realtime_evaluate.ipynb

Let me know if this helps!