martintomov
commited on
Commit
•
6bbaa82
1
Parent(s):
48c6466
path update
Browse files
README.md
CHANGED
@@ -38,8 +38,8 @@ Built on the `segment-anything` architecture, InsectSAM is fine-tuned on an inse
|
|
38 |
```python
|
39 |
from transformers import AutoProcessor, AutoModelForMaskGeneration
|
40 |
|
41 |
-
processor = AutoProcessor.from_pretrained("
|
42 |
-
model = AutoModelForMaskGeneration.from_pretrained("
|
43 |
```
|
44 |
|
45 |
### Notebooks
|
|
|
38 |
```python
|
39 |
from transformers import AutoProcessor, AutoModelForMaskGeneration
|
40 |
|
41 |
+
processor = AutoProcessor.from_pretrained("martintomov/InsectSAM")
|
42 |
+
model = AutoModelForMaskGeneration.from_pretrained("martintomov/InsectSAM")
|
43 |
```
|
44 |
|
45 |
### Notebooks
|