NielsRogge
26dd041c6e
Add Swin2SR (#19784)
* First draft
* Add more improvements
* Improve forward pass
* Fix layernorm
* Add upscaler
* More improvements
* More improvements
* More improvements
* Improve conversion script
* Add preprocessing
* Make output match original implementation
* Add additional attributes
* Add support for more models
* Support more models
* Add support for real world sr
* Add initial Swin2SRFeatureExtractor
* Add ImageSuperResolutionOutput
* Make more tests pass
* Use BaseModelOutput
* Fix one more test
* Fix more tests
* Fix another test
* Fix all tests
* Rename to Swin2SRImageProcessor
* Fix toctree
* Fix toctree
* Fix rebase
* Improve Swin2SRImageProcessor
* Remove feature extractor file
* Improve model
* Improve conversion script
* Fix integration test
* Fix init
* Fix conversion script
* Address comments
* Improve upsampler
* Add NearestConvUpsampler
* Improve pixel shuffle upsampler
* Improve auxiliary upsampler
* Improve conversion script
* Rename conv_last to final_convolution
* Fix rebase
* Improve upsample module
* Add padding to image processor
* Fix bug
* Update padding
* Remove print statement and fix integration test
* Improve docs
* Add image processor tests
* Convert all checkpoints, fix testsé
* Remove print statements
* Fix import
Co-authored-by: Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
2022-12-16 16:24:01 +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
2022-12-06 01:04:40 +05:30
2022-08-01 11:10:20 -05:00
2022-09-21 14:54:09 -04:00
2022-10-31 21:32:58 -04:00
2022-12-16 16:24:01 +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
2022-11-28 09:47:45 -05: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
2022-07-26 15:47:23 +02: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
2022-12-08 16:22:43 -05:00