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 95dd81a commit 24c8453
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 @@ -150,7 +150,7 @@ We need to pad and then resize the outputs so that predicted depth map has the s
predicted_depth = predicted_depth[:, :, :, pad_w:-pad_w]
```

We can now visualize the results. Below function is taken from [here](https://github.com/GaussianObject/GaussianObject/blob/ad6629efadb57902d5f8bc0fa562258029a4bdf1/pred_monodepth.py#L11).
We can now visualize the results (the function below is taken from the [GaussianObject](https://github.com/GaussianObject/GaussianObject/blob/ad6629efadb57902d5f8bc0fa562258029a4bdf1/pred_monodepth.py#L11) framework).

```py
import matplotlib
Expand Down

0 comments on commit 24c8453

Please sign in to comment.