NielsRogge
4ed89d48ab
Add UperNet (#20648)
* First draft
* More improvements
* Add convnext backbone
* Add conversion script
* Add more improvements
* Comment out to_dict
* Add to_dict method
* Add default config
* Fix config
* Fix backbone
* Fix backbone some more
* Add docs, auto mapping, tests
* Fix some tests
* Fix more tests
* Fix more tests
* Add conversion script
* Improve conversion script
* Add support for getting reshaped undownsampled hidden states
* Fix forward pass
* Add print statements
* Comment out set_shift_and_window_size
* More improvements
* Correct downsampling layers conversion
* Fix style
* First draft
* Fix conversion script
* Remove config attribute
* Fix more tests
* Update READMEs
* Update ConvNextBackbone
* Fix ConvNext tests
* Align ConvNext with Swin
* Remove files
* Fix index
* Improve docs
* Add output_attentions to model forward
* Add backbone mixin, improve tests
* More improvements
* Update init_weights
* Fix interpolation of logits
* Add UperNetImageProcessor
* Improve image processor
* Fix image processor
* Remove print statements
* Remove script
* Update import
* Add image processor tests
* Remove print statements
* Fix test
* Add integration test
* Add convnext integration test
* Update docstring
* Fix README
* Simplify config
* Apply suggestions
* Improve docs
* Rename class
* Fix test_initialization
* Fix import
* Address review
* Fix confg
* Convert all checkpoints
* Fix default backbone
* Usage same processor as segformer
* Apply suggestions
* Fix init_weights, update conversion scripts
* Improve config
* Use Auto API instead of creating a new image processor
* Fix docs
* Add doctests
* Remove ResNetConfig dependency
* Add always_partition argument
* Fix rebaseé
* Improve docs
* Convert checkpoints
Co-authored-by: Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
Co-authored-by: Niels Rogge <nielsrogge@Nielss-MBP.localdomain>
2023-01-16 09:39:13 +01:00
..
2022-11-02 17:38:44 +01:00
2023-01-13 10:03:19 +01:00
2022-11-21 18:58:54 +01:00
2023-01-05 07:30:25 -05:00
2023-01-03 09:59:08 -05:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2023-01-04 14:29:48 +00:00
2023-01-12 18:04:21 +01:00
2022-11-09 15:34:08 +00:00
2022-12-31 01:22:26 -05:00
2022-05-03 14:42:02 +02:00
2022-10-04 16:13:22 +02:00
2022-11-09 15:34:08 +00:00
2022-12-05 10:12:03 -05:00
2022-12-09 09:14:52 +01:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2023-01-05 13:24:31 +01:00
2022-12-27 18:37:25 +01:00
2022-05-03 14:42:02 +02:00
2022-07-29 08:09:09 -04:00
2022-05-03 14:42:02 +02:00
2022-11-02 17:38:44 +01:00
2023-01-04 14:29:48 +00:00
2023-01-04 14:29:48 +00:00
2023-01-05 14:30:32 +01:00
2022-11-09 15:34:08 +00:00
2023-01-04 14:29:48 +00:00
2022-10-04 16:12:03 +02:00
2023-01-16 09:39:13 +01:00
2022-05-03 14:42:02 +02:00
2022-11-09 15:34:08 +00:00
2022-10-11 18:16:52 +01:00
2022-11-15 10:46:34 +01:00
2022-06-08 15:30:41 +02:00
2022-11-02 15:45:38 -04:00
2022-11-09 15:34:08 +00:00
2023-01-04 14:29:48 +00:00
2023-01-04 14:29:48 +00:00
2023-01-04 14:29:48 +00:00
2022-12-13 17:06:59 +01:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2023-01-04 14:29:48 +00:00
2022-07-29 08:09:09 -04:00
2023-01-04 14:29:48 +00:00
2022-11-02 17:38:44 +01:00
2022-11-09 15:34:08 +00:00
2022-11-15 10:46:34 +01:00
2022-12-08 15:26:09 +00:00
2022-11-02 17:38:44 +01:00
2023-01-04 14:29:48 +00:00
2022-10-10 15:03:46 -04:00
2022-11-09 15:34:08 +00:00
2022-07-22 18:05:38 +01:00
2023-01-03 14:17:18 +01:00
2022-05-03 14:42:02 +02:00
2023-01-12 18:04:21 +01:00
2022-11-09 15:34:08 +00:00
2022-07-01 09:04:38 -04:00
2022-09-14 10:17:40 -04:00
2022-12-12 13:12:13 -05:00
2022-12-05 14:00:05 +01:00
2022-11-04 18:01:41 +01:00
2022-05-03 14:42:02 +02:00
2022-12-21 18:40:14 +01:00
2022-11-02 17:38:44 +01:00
2023-01-04 14:29:48 +00:00
2022-12-06 16:14:03 +01:00
2022-09-12 19:30:27 +01:00
2023-01-12 18:04:21 +01:00
2023-01-04 14:29:48 +00:00
2022-11-14 01:04:26 -05:00
2022-12-08 20:55:22 +01:00
2023-01-04 14:29:48 +00:00
2022-11-09 15:34:08 +00:00
2022-11-02 17:38:44 +01:00
2022-11-09 15:34:08 +00:00
2022-08-01 11:09:47 -04:00
2022-07-22 18:05:38 +01:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-10 19:29:20 +00:00
2023-01-04 18:34:58 +03:00
2022-11-15 11:33:09 -05:00
2022-07-29 08:09:09 -04:00
2022-12-27 18:37:25 +01:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2022-05-12 16:25:55 -04:00
2022-09-09 20:01:02 +01:00
2023-01-04 14:29:48 +00:00
2023-01-04 14:29:48 +00:00
2023-01-04 14:29:48 +00:00
2022-05-03 14:42:02 +02:00
2022-12-14 15:36:04 +01:00
2022-11-09 15:34:08 +00:00
2022-12-13 17:06:59 +01:00
2022-11-09 15:34:08 +00:00
2022-07-29 08:09:09 -04:00
2022-05-03 14:42:02 +02:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2023-01-04 14:29:48 +00:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-11-04 19:14:56 +00:00
2022-05-03 14:42:02 +02:00
2022-11-22 17:56:04 +00:00
2023-01-04 14:29:48 +00:00
2022-11-09 15:34:08 +00:00
2022-05-03 14:42:02 +02:00
2022-06-10 18:50:29 +02:00
2022-05-12 16:25:55 -04:00
2022-11-09 15:34:08 +00:00
2022-12-14 14:41:40 +01:00
2022-05-03 14:42:02 +02:00
2022-12-14 14:41:40 +01:00
2022-05-17 14:33:13 +02:00
2022-11-15 10:46:34 +01:00
2022-12-23 19:55:17 +01:00
2022-11-28 17:08:57 +01:00
2022-10-10 14:54:54 -04:00
2023-01-04 14:29:48 +00:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2022-11-09 15:34:08 +00:00
2022-11-10 19:29:20 +00:00
2022-11-09 15:34:08 +00:00
2022-06-24 16:26:14 +02:00
2022-05-03 14:42:02 +02:00
2022-12-27 18:37:25 +01:00
2022-12-16 16:24:01 +01:00
2022-07-27 11:14:47 -04:00
2022-11-21 15:36:49 +01:00
2022-12-13 11:59:57 +01:00
2022-11-09 15:34:08 +00:00
2022-11-14 01:04:26 -05:00
2022-07-29 08:09:09 -04:00
2022-10-12 14:00:17 -04:00
2022-12-02 09:13:25 +01:00
2022-12-27 18:37:25 +01:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-05-03 14:42:02 +02:00
2022-05-03 14:42:02 +02:00
2023-01-16 09:39:13 +01:00
2022-12-14 14:41:40 +01:00
2023-01-04 14:29:48 +00:00
2023-01-04 14:29:48 +00:00
2022-12-08 19:10:40 +00:00
2022-11-10 19:29:20 +00:00
2022-10-10 14:54:36 -04:00
2023-01-04 14:29:48 +00:00
2022-12-08 17:39:32 +01:00
2022-09-16 16:38:08 +01:00
2022-10-27 14:38:59 +02:00
2022-12-27 18:37:25 +01:00
2022-05-17 18:20:36 +02:00
2022-05-03 14:42:02 +02:00
2022-11-10 19:29:20 +00:00
2022-05-03 14:42:02 +02:00
2022-12-07 16:44:13 +00:00
2022-11-04 18:01:41 +01:00
2022-11-09 15:34:08 +00:00
2022-11-09 15:34:08 +00:00
2022-05-12 16:25:55 -04:00
2022-05-12 16:25:55 -04:00
2022-11-15 10:46:34 +01:00
2022-11-09 15:34:08 +00:00
2023-01-04 14:29:48 +00:00
2022-06-08 15:30:41 +02:00
2022-05-03 14:42:02 +02:00