Add DINOv2 with registers (#35348)

* added changes from 32905

* fixed mistakes caused by select all paste

* rename diff_dinov2...

* ran tests

* Fix modular

* Fix tests

* Use new init

* Simplify drop path

* Convert all checkpoints

* Add figure and summary

* Update paths

* Update docs

* Update docs

* Update toctree

* Update docs

---------

Co-authored-by: BernardZach <bernardzach00@gmail.com>
Co-authored-by: Zach Bernard <132859071+BernardZach@users.noreply.github.com>
This commit is contained in:
NielsRogge
2024-12-24 13:21:59 +01:00
committed by GitHub
parent d8c1db2f56
commit 6e0515e99c
17 changed files with 2270 additions and 0 deletions

View File

@@ -1009,6 +1009,7 @@ SHOULD_HAVE_THEIR_OWN_PAGE = [
"ConvNextV2Backbone",
"DinatBackbone",
"Dinov2Backbone",
"Dinov2WithRegistersBackbone",
"FocalNetBackbone",
"HieraBackbone",
"MaskFormerSwinBackbone",