Add Image Processor Fast Deformable DETR (#34353)

* add deformable detr image processor fast

* add fast processor to doc

* fix copies

* nit docstring

* Add tests gpu/cpu and fix docstrings

* fix docstring

* import changes from detr

* fix imports

* rebase and fix

* fix input data format change in detr and rtdetr fast
This commit is contained in:
Yoni Gozlan
2024-11-19 11:18:58 -05:00
committed by GitHub
parent b99ca4d28b
commit eedc113914
10 changed files with 1427 additions and 212 deletions

View File

@@ -54,6 +54,12 @@ If you're interested in submitting a resource to be included here, please feel f
- preprocess
- post_process_object_detection
## DeformableDetrImageProcessorFast
[[autodoc]] DeformableDetrImageProcessorFast
- preprocess
- post_process_object_detection
## DeformableDetrFeatureExtractor
[[autodoc]] DeformableDetrFeatureExtractor