-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
for GLPN
#34413
Conversation
Thanks! Could you remove the following block, thanks! (in @unittest.skip(reason="Failing after #32550")
def test_pipeline_depth_estimation(self):
pass
@unittest.skip(reason="Failing after #32550")
def test_pipeline_depth_estimation_fp16(self):
pass They pass now indeed. |
eb7a782
to
3133285
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
65f7ddd
to
206df44
Compare
@ArthurZucker ready to merge? |
* add depth postprocessing for GLPN * remove previous temp fix for glpn tests * Style changes for GLPN's `post_process_depth_estimation` Co-authored-by: Arthur <[email protected]> * additional style fix --------- Co-authored-by: Arthur <[email protected]>
* add depth postprocessing for GLPN * remove previous temp fix for glpn tests * Style changes for GLPN's `post_process_depth_estimation` Co-authored-by: Arthur <[email protected]> * additional style fix --------- Co-authored-by: Arthur <[email protected]>
What does this PR do?
This PR adds a post_process_depth_estimation method for the image processor of GLPN (thus fixing its inference via the depth pipeline) and updates its docs.
Fixes #34300 and comment on #32550
Before submitting
Pull Request section?
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
@ydshieh @qubvel @amyeroberts