Yifeng-Liu commited on
Commit
d6592c2
·
verified ·
1 Parent(s): 94f84e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -99,6 +99,7 @@ Use the code below to get started with the model.
99
  ```python
100
  from transformers import AutoModelForObjectDetection, AutoImageProcessor
101
  import torch
 
102
 
103
  image_path=YOUR_IMAGE_PATH
104
  image = cv2.imread(image_path)
 
99
  ```python
100
  from transformers import AutoModelForObjectDetection, AutoImageProcessor
101
  import torch
102
+ import cv2
103
 
104
  image_path=YOUR_IMAGE_PATH
105
  image = cv2.imread(image_path)