added fast image processor for ZoeDepth and expanded tests accordingly (#38515)

* added fast image processor for ZoeDepth and expanded tests accordingly

* added fast image processor for ZoeDepth and expanded tests accordingly, hopefully fixed repo consistency issue too now

* final edits for zoedept fast image processor

* final minor edit for zoedepth fast imate procesor
This commit is contained in:
Henrik Matthiesen
2025-06-05 00:59:17 +02:00
committed by GitHub
parent a510be20f3
commit 1fed6166c0
5 changed files with 435 additions and 36 deletions

View File

@@ -119,6 +119,11 @@ Image.fromarray(depth.astype("uint8"))
[[autodoc]] ZoeDepthImageProcessor
- preprocess
## ZoeDepthImageProcessorFast
[[autodoc]] ZoeDepthImageProcessorFast
- preprocess
## ZoeDepthForDepthEstimation
[[autodoc]] ZoeDepthForDepthEstimation