Commit
·
df82fcd
1
Parent(s):
149f17e
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,8 @@ For up-to-date model card information, please see the [original repo](https://gi
|
|
17 |
|
18 |
### How to use
|
19 |
|
|
|
|
|
20 |
```python
|
21 |
from transformers import AutoFeatureExtractor, ResNetModel
|
22 |
from PIL import Image
|
|
|
17 |
|
18 |
### How to use
|
19 |
|
20 |
+
**Warning: The feature extractor in this repo is a copy of the one from [`microsoft/resnet-50`](https://huggingface.co/microsoft/resnet-50). We never verified if this image prerprocessing is the one used with DINO ResNet-50.**
|
21 |
+
|
22 |
```python
|
23 |
from transformers import AutoFeatureExtractor, ResNetModel
|
24 |
from PIL import Image
|