Add ViTMatte (#25843)

* First draft

* Simplify image processor

* Fix rebase

* Address comments

* Address more comments

* Address more comments

* Address more comments

* Address more comments

* Improve pad_image

* Add tests

* Update integration test

* Fix image processor tests

* Fix model tests

* Convert checkpoints

* Fix doc tests

* Remove file

* Apply suggestions

* Address comments

* Fix typing hint

* Add batch_norm_eps

* Address comments

* Fix style
This commit is contained in:
NielsRogge
2023-09-19 15:56:10 +02:00
committed by GitHub
parent 04191ea1e6
commit 7d6354e047
25 changed files with 1524 additions and 0 deletions

View File

@@ -573,6 +573,8 @@
title: ViTDet
- local: model_doc/vit_mae
title: ViTMAE
- local: model_doc/vitmatte
title: ViTMatte
- local: model_doc/vit_msn
title: ViTMSN
- local: model_doc/vivit