Image Feature Extraction
Birder
PyTorch
hassonofer commited on
Commit
da3cd7a
·
verified ·
1 Parent(s): db02885

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -28,6 +28,7 @@ A ViTReg4-B16 image encoder pre-trained using Masked Image Modeling (MIM). This
28
  ### Image Embeddings
29
 
30
  ```python
 
31
  import birder
32
  from PIL import Image
33
 
@@ -49,6 +50,7 @@ with torch.inference_mode():
49
  Alternatively using `load_model_with_cfg` function
50
 
51
  ```python
 
52
  import birder
53
  from PIL import Image
54
 
 
28
  ### Image Embeddings
29
 
30
  ```python
31
+ import torch
32
  import birder
33
  from PIL import Image
34
 
 
50
  Alternatively using `load_model_with_cfg` function
51
 
52
  ```python
53
+ import torch
54
  import birder
55
  from PIL import Image
56