You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #31828 I realized that GroundingDinoProcessor.__call__ passes the kwargs only to the self.tokenizer which is not ideal specially if one wants to pass annotations to self.image_processor as it's currently not possible.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
System Info
While working on #31828 I realized that
GroundingDinoProcessor.__call__
passes the kwargs only to theself.tokenizer
which is not ideal specially if one wants to passannotations
toself.image_processor
as it's currently not possible.It should be an easy fix following #31197
Who can help?
@amyeroberts
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
Kwargs being correctly mapped to tokenizer and image processor
The text was updated successfully, but these errors were encountered: