amyeroberts
a6b7759880
Add Image Processors (#19796)
* Add CLIP image processor
* Crop size as dict too
* Update warning
* Actually use logger this time
* Normalize doesn't change dtype of input
* Add perceiver image processor
* Tidy up
* Add DPT image processor
* Add Vilt image processor
* Tidy up
* Add poolformer image processor
* Tidy up
* Add LayoutLM v2 and v3 imsge processors
* Tidy up
* Add Flava image processor
* Tidy up
* Add deit image processor
* Tidy up
* Add ConvNext image processor
* Tidy up
* Add levit image processor
* Add segformer image processor
* Add in post processing
* Fix up
* Add ImageGPT image processor
* Fixup
* Add mobilevit image processor
* Tidy up
* Add postprocessing
* Fixup
* Add VideoMAE image processor
* Tidy up
* Add ImageGPT image processor
* Fixup
* Add ViT image processor
* Tidy up
* Add beit image processor
* Add mobilevit image processor
* Tidy up
* Add postprocessing
* Fixup
* Fix up
* Fix flava and remove tree module
* Fix image classification pipeline failing tests
* Update feature extractor in trainer scripts
* Update pad_if_smaller to accept tuple and int size
* Update for image segmentation pipeline
* Update src/transformers/models/perceiver/image_processing_perceiver.py
Co-authored-by: Alara Dirik <8944735+alaradirik@users.noreply.github.com>
* Update src/transformers/image_processing_utils.py
Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
* Update src/transformers/models/beit/image_processing_beit.py
Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
* PR comments - docstrings; remove accidentally added resize; var names
* Update docstrings
* Add exception if size is not in the right format
* Fix exception check
* Fix up
* Use shortest_edge in tuple in script
Co-authored-by: Alara Dirik <8944735+alaradirik@users.noreply.github.com>
Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com>
2022-11-02 11:57:36 +00:00
..
2022-10-19 16:15:01 +01:00
2022-10-20 09:05:49 -04:00
2022-11-01 11:10:46 -07:00
2022-11-02 11:57:36 +00:00
2022-04-04 10:25:46 -04:00
2022-10-26 17:22:57 +02:00
2022-08-08 10:53:52 -05:00
2022-10-24 10:18:20 -07:00
2022-07-21 07:55:30 +02:00
2022-09-30 20:30:38 +01:00
2022-09-05 11:09:39 +02:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-07-04 04:13:05 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-09-30 20:30:38 +01:00
2022-04-04 10:25:46 -04:00
2022-07-11 05:00:13 -04:00
2022-09-14 16:29:58 -07:00
2022-04-04 10:25:46 -04:00
2022-08-12 10:49:59 -07:00
2022-10-11 22:54:19 -04:00
2022-10-26 17:22:57 +02:00
2022-08-05 13:14:00 -04:00
2022-04-04 10:25:46 -04:00
2022-08-06 09:38:55 +02:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-04-04 10:25:46 -04:00
2022-05-16 13:36:41 +02:00
2022-06-14 07:56:47 -04:00
2022-08-24 10:37:52 +02:00
2022-08-18 17:34:48 +02:00
2022-06-23 14:51:54 +02:00
2022-10-11 22:54:19 -04:00
2022-06-08 09:41:57 -04:00
2022-06-23 14:51:54 +02:00
2022-10-24 10:04:28 -04:00
2022-06-23 14:51:54 +02:00
2022-06-23 14:51:54 +02:00
2022-06-23 14:51:54 +02:00
2022-09-06 15:20:12 -04:00
2022-08-10 13:20:39 -05:00
2022-08-24 05:38:03 -04:00
2022-08-09 18:22:55 -05:00
2022-11-02 11:57:36 +00:00
2022-11-01 11:30:36 -07:00
2022-08-06 09:38:55 +02:00
2022-04-04 10:25:46 -04:00
2022-11-01 07:50:42 -04:00
2022-08-06 09:38:55 +02:00
2022-10-24 09:48:02 -04:00
2022-04-04 10:25:46 -04:00
2022-10-03 13:18:29 -07:00
2022-10-21 09:46:44 -04:00
2022-04-04 10:25:46 -04:00