Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,7 @@ Here's how to run the model:
|
|
22 |
```python
|
23 |
import numpy as np
|
24 |
from PIL import Image
|
|
|
25 |
import torch
|
26 |
|
27 |
from depth_anything.dpt import DepthAnything
|
|
|
22 |
```python
|
23 |
import numpy as np
|
24 |
from PIL import Image
|
25 |
+
import cv2
|
26 |
import torch
|
27 |
|
28 |
from depth_anything.dpt import DepthAnything
|