Yifeng-Liu
commited on
Update README.md
Browse files
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)
|