nielsr HF staff commited on
Commit
ffa5cf6
1 Parent(s): 3fca06e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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