Skip to content

Commit

Permalink
Update docs/source/en/tasks/monocular_depth_estimation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Liu <[email protected]>
  • Loading branch information
merveenoyan and stevhliu authored Jul 9, 2024
1 parent 0c9f2a9 commit 6b731bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/tasks/monocular_depth_estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ There are two main depth estimation categories:

- **Relative depth estimation**: Relative depth estimation aims to predict the depth order of objects or points in a scene without providing the precise measurements. These models output a depth map that indicates which parts of the scene are closer or farther relative to each other without the actual distances to A and B.

In this guide, we will see how to infer with [Depth Anything V2](https://huggingface.co/depth-anything/Depth-Anything-V2-Large), state-of-the-art zero-shot relative depth estimation model and [ZoeDepth](https://huggingface.co/docs/transformers/main/en/model_doc/zoedepth) an absolute depth estimation model.
In this guide, we will see how to infer with [Depth Anything V2](https://huggingface.co/depth-anything/Depth-Anything-V2-Large), a state-of-the-art zero-shot relative depth estimation model, and [ZoeDepth](https://huggingface.co/docs/transformers/main/en/model_doc/zoedepth), an absolute depth estimation model.

<Tip>

Expand Down

0 comments on commit 6b731bb

Please sign in to comment.