transformers/tests/models/grounding_dino
Sangbum Daniel Choi d3b3551750
Uniformize kwargs for processors - GroundingDINO (#31964)
* fix typo

* uniform kwargs

* make style

* add comments

* remove return_tensors

* remove common_kwargs from processor since it propagates

* make style

* return_token_type_ids to True

* revert the default imagekwargs since does not accept any value in the image processro

* revert processing_utils.py

* make style

* add molbap's commit

* fix typo

* fix common processor

* remain

* Revert "add molbap's commit"

This reverts commit a476c6ee88.

* add unsync PR

* revert

* make CI happy

* nit

* import annotationformat
2024-08-08 14:03:08 +01:00
..
__init__.py Adding grounding dino (#26087) 2024-04-11 08:32:16 +01:00
test_image_processing_grounding_dino.py Add ViTImageProcessorFast to tests (#31424) 2024-06-25 13:36:58 +01:00
test_modeling_grounding_dino.py Use self.config_tester.run_common_tests() (#31431) 2024-06-19 10:18:08 +01:00
test_processor_grounding_dino.py Uniformize kwargs for processors - GroundingDINO (#31964) 2024-08-08 14:03:08 +01:00