Add ViTDet (#25524)

* First draft

* Fix READMEs

* Update return_dict

* Add more tests

* Fix docstrings

* Address comments

* Address more comments

* Address more comments

* Address more comments, fix test

* Fix test
This commit is contained in:
NielsRogge
2023-08-29 11:03:52 +02:00
committed by GitHub
parent 99c3d44906
commit 4c21da5e34
22 changed files with 1477 additions and 1 deletions

View File

@@ -965,6 +965,7 @@ SHOULD_HAVE_THEIR_OWN_PAGE = [
"SwinBackbone",
"TimmBackbone",
"TimmBackboneConfig",
"VitDetBackbone",
]