1. 24 Feb, 2023 1 commit
  2. 22 Feb, 2023 2 commits
  3. 16 Feb, 2023 1 commit
  4. 13 Feb, 2023 1 commit
  5. 10 Feb, 2023 1 commit
  6. 09 Feb, 2023 1 commit
  7. 08 Feb, 2023 1 commit
  8. 07 Feb, 2023 1 commit
  9. 06 Feb, 2023 2 commits
  10. 31 Jan, 2023 1 commit
  11. 30 Jan, 2023 1 commit
  12. 23 Jan, 2023 2 commits
  13. 19 Jan, 2023 1 commit
  14. 18 Jan, 2023 1 commit
  15. 06 Jan, 2023 1 commit
  16. 05 Jan, 2023 2 commits
  17. 03 Jan, 2023 1 commit
  18. 24 Dec, 2022 1 commit
  19. 21 Dec, 2022 1 commit
  20. 07 Dec, 2022 1 commit
  21. 06 Dec, 2022 2 commits
  22. 01 Dec, 2022 2 commits
  23. 18 Nov, 2022 2 commits
  24. 16 Nov, 2022 2 commits
  25. 15 Nov, 2022 3 commits
  26. 14 Nov, 2022 2 commits
  27. 04 Nov, 2022 1 commit
  28. 03 Nov, 2022 1 commit
  29. 02 Nov, 2022 1 commit
    • amyeroberts's avatar
      Add Image Processors (#19796) · a6b77598
      amyeroberts authored
      
      
      * 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: default avatarAlara Dirik <8944735+alaradirik@users.noreply.github.com>
      
      * Update src/transformers/image_processing_utils.py
      Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
      
      * Update src/transformers/models/beit/image_processing_beit.py
      Co-authored-by: default avatarNielsRogge <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: default avatarAlara Dirik <8944735+alaradirik@users.noreply.github.com>
      Co-authored-by: default avatarNielsRogge <48327001+NielsRogge@users.noreply.github.com>
      a6b77598