transformers/tests/models/sam
Tibor Reiss e10be82b71
uniformize kwargs for SAM (#34578)
* Make kwargs uniform for SAM

* Remove unused attribute

* Make point_pad_value part of image_kwargs

* Update annotations

* Code review - use existing methods

* Use ProcessorTesterMixin

* Do not add ProcessorTesterMixin everywhere
2024-12-23 13:54:57 +01:00
..
__init__.py Add Segment Anything Model (SAM) (#22654) 2023-04-19 21:01:49 +02:00
test_modeling_sam.py Support for SDPA for SAM models (#34110) 2024-12-17 14:46:05 +01:00
test_modeling_tf_sam.py Make pipeline able to load processor (#32514) 2024-10-09 16:46:11 +01:00
test_processor_sam.py uniformize kwargs for SAM (#34578) 2024-12-23 13:54:57 +01:00