Skip to content

Commit

Permalink
revert the default imagekwargs since does not accept any value in the…
Browse files Browse the repository at this point in the history
… image processro
  • Loading branch information
SangbumChoi committed Jul 24, 2024
1 parent 850b9d5 commit c96c02b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ class GroundingDinoProcessorKwargs(ProcessingKwargs, total=False):
"verbose": True,
},
"images_kwargs": {
"do_convert_annotations": True,
"do_resize": True,
},
}

Expand Down

0 comments on commit c96c02b

Please sign in to comment.