Have anyone tried doing it in Colab with success ?

#4
by hitoruna - opened

First of all, the Gitlab first instruction given here do not work. It seems we have to install a different transformers version
!pip install transformers==4.57.1
But has anyone succesfully run some code? if yes can you share it?
I have managed to get a response from the model but no matter what I asked the model all I get is BBox coordinates that even overpass the image size sometimes so they dont make sense.
I am sure I am overlooking something but some working code would help a lot

Sign up or log in to comment