Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post_process_depth_estimation to image processors #30917

Open
3 tasks
NielsRogge opened this issue May 20, 2024 · 1 comment
Open
3 tasks

Add post_process_depth_estimation to image processors #30917

NielsRogge opened this issue May 20, 2024 · 1 comment

Comments

@NielsRogge
Copy link
Contributor

Feature request

The image processors of depth estimation models could benefit from a post_process_depth_estimation method, similar to the post_process_object_detection, post_process_semantic_segmentation methods.

This includes:

Motivation

People now need to manually interpolate the predicted depth to the original size of the image as seen here.

The interpolation could be replaced by a simple image_processor.post_process_depth_estimation method which postprocesses the predicted depth and interpolates it to the original image size.

Your contribution

I could work on this, but would be great if someone else can take this up.

@NielsRogge NielsRogge mentioned this issue May 20, 2024
7 tasks
@the-neural-networker
Copy link
Contributor

the-neural-networker commented May 20, 2024

@NielsRogge, I can take this up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Computer vision
Awaiting triage
Development

No branches or pull requests

3 participants