Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,7 @@ pipeline_tag: object-detection
|
|
| 15 |
|
| 16 |
|
| 17 |
**Usage:**
|
|
|
|
| 18 |
```py
|
| 19 |
import torch
|
| 20 |
from transformers import AutoModel
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
**Usage:**
|
| 18 |
+
*For a step-by-step walkthrough, see our [Google Colab notebook](https://colab.research.google.com/drive/1TOtScud5ac2McXJmg1n_YkOoZBchdn3w?usp=sharing), which includes a visualization in addition to the code below.*
|
| 19 |
```py
|
| 20 |
import torch
|
| 21 |
from transformers import AutoModel
|