pamixsun commited on
Commit
ec27734
1 Parent(s): 06073a5

Update README.md

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