From a2379b9257ae872f2e76a8a2c07ce00cfd3cf76a Mon Sep 17 00:00:00 2001 From: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Date: Tue, 22 Mar 2022 15:45:29 +0100 Subject: [PATCH] [GLPN] Improve docs (#16331) * Add link to notebook * Add link * Fix bug Co-authored-by: Niels Rogge --- docs/source/model_doc/glpn.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/model_doc/glpn.mdx b/docs/source/model_doc/glpn.mdx index 30e9277d76..428aede4de 100644 --- a/docs/source/model_doc/glpn.mdx +++ b/docs/source/model_doc/glpn.mdx @@ -31,6 +31,7 @@ The abstract from the paper is the following: Tips: +- A notebook illustrating inference with [`GLPNForDepthEstimation`] can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/GLPN/GLPN_inference_(depth_estimation).ipynb). - One can use [`GLPNFeatureExtractor`] to prepare images for the model. drawing Summary of the approach. Taken from the original paper. -This model was contributed by [niels](