Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,7 @@ Use the code below to get started with the model.
|
|
53 |
```python
|
54 |
import cv2
|
55 |
import torch
|
|
|
56 |
|
57 |
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
|
58 |
|
|
|
53 |
```python
|
54 |
import cv2
|
55 |
import torch
|
56 |
+
import numpy as np
|
57 |
|
58 |
from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
|
59 |
|