Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ from depth_anything.dpt import DepthAnything
|
|
27 |
from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
|
28 |
from torchvision.transforms import Compose
|
29 |
|
30 |
-
model = DepthAnything.from_pretrained("
|
31 |
|
32 |
transform = Compose([
|
33 |
Resize(
|
|
|
27 |
from depth_anything.util.transform import Resize, NormalizeImage, PrepareForNet
|
28 |
from torchvision.transforms import Compose
|
29 |
|
30 |
+
model = DepthAnything.from_pretrained("LiheYoung/depth_anything_vitl14")
|
31 |
|
32 |
transform = Compose([
|
33 |
Resize(
|