Jitesh Jain
5b949623c7
Add OneFormer Model (#20577)
* Add Oneformer Model
* Add OneFormer Tests
* Add UNIVERSAL_SEGMENTATION_MAPPING
* Fix config
* 🐛 Fix error encountered while writing tests
* 🔨 Fix instance segmentation post processing
* Format Files and Add Documentation
* Add Documentation mdx file
* Run make fixup
* Run make fix-copies
* Remove unnecessary code
* Format modeling_oneformer.py
* Add OneFormer to ImageSegmentationPipeline
* Format files
* Add Demo link to Readme
* Fix fomatting errors
* Fix test failures
* Update Table in index.mdx
* Fix version
* Fix style
* Remove OneFormer from TF
* Fix Imports
* Fix dummy objects
* Fix tests
* Add newline
* Remove OneFormerFeatureExtractor
* Remove CUDA Kernels
* Use AutoBackbone for Swin
* Fix description
* Use Image Processor
* Fix copies
* Fix formatting
* Fix import order
* Fix flake8 errors
* Fix doc errors
* Add Hindi Readme entry
* Update supported backbones
* Update supported backbones
* Undo Changes
* Fix type of config
* Fix isort
* Fix auto.mdx
* Fix swin config
* Replace DinatBackbone with AutoBackbone
* Use SwinBackbone
* Use SwinBackbone
* Fix conversion script
* Fix arguments
* Add argument description
* Fix style
* Add OneFormerProcessor
* Fix OneFormerProcessor Tests
* Fix mapping
* Fix imports
* Fix inits
* Fix style
* Fix comment
* Fix docstring
* Move OneFormer to MultiModal
* Fix Copies
* Remove size divisor
* Fix check_repo.py
* Fix copies
* Add Processor for Testing Pipeline
* Fix padding for tokens
* Fix variables
* Fix formatting with correct black version
* Add Image Processor Test
* Apply suggestions
* Revert common modeling
* Add check for task
* Fix conversion script
* Fix initialization order
* Fix tests
* Undo Pipeline Changes
* Fix layers in MLP
* Fix copies
* Update image paths
* Fix copies
* Apply suggestions
2023-01-19 09:31:07 +01:00
..
2022-11-08 19:54:41 +00:00
2021-02-15 07:55:10 -05:00
2022-10-28 13:05:41 +02:00
2023-01-04 10:15:45 +01:00
2022-08-01 11:10:20 -05:00
2022-09-21 14:54:09 -04:00
2022-10-31 21:32:58 -04:00
2023-01-16 09:39:13 +01:00
2022-09-23 19:23:05 +02:00
2022-07-11 05:00:13 -04:00
2021-02-15 07:55:10 -05:00
2022-11-17 20:49:46 +01:00
2022-11-29 09:46:10 -05:00
2023-01-19 09:31:07 +01:00
2021-10-07 12:44:23 +05:30
2022-12-06 16:54:40 +01:00
2022-09-29 19:22:23 +02:00
2022-09-01 12:02:52 +02:00
2022-03-23 03:46:59 -04:00
2022-08-29 09:10:13 +02:00
2022-11-29 15:58:54 +01:00
2023-01-12 18:04:21 +01:00
2022-08-01 14:23:02 +02:00
2022-06-02 10:24:16 +02:00
2022-06-02 07:44:03 -04:00
2022-05-16 13:24:20 -04:00
2022-12-07 17:01:55 +01:00
2023-01-18 11:14:00 -05:00