Skip to content

Commit

Permalink
[Update] The usage guide for Hugging Face was minor-changed.
Browse files Browse the repository at this point in the history
[Update] The installation of UniDepth models was supplemented.
  • Loading branch information
sangwook236 committed Oct 12, 2024
1 parent 61fba2b commit f21934e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

- Directory.
~/.cache/huggingface
%USERPROFILE%/.cache/huggingface

[-] Installation.
- Install.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ def zoe_depth_example():

# REF [site] >> https://github.com/lpiccinelli-eth/UniDepth
def unidepth_example():
# Install:
# git clone https://github.com/lpiccinelli-eth/UniDepth
# cd ${UniDepth_HOME}
# pip install -e .

import torch

import numpy as np
from PIL import Image
from unidepth.models import UniDepthV1, UniDepthV2
Expand Down

0 comments on commit f21934e

Please sign in to comment.