Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,11 @@ tags:
|
|
| 28 |
- RAM usage: ~150-220 MB
|
| 29 |
- Speed: ~0.8–1.5 seconds per image on CPU
|
| 30 |
|
| 31 |
-
### Quick test code
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
```python
|
| 34 |
import onnxruntime as ort
|
|
|
|
| 28 |
- RAM usage: ~150-220 MB
|
| 29 |
- Speed: ~0.8–1.5 seconds per image on CPU
|
| 30 |
|
| 31 |
+
### Quick test code
|
| 32 |
+
|
| 33 |
+
```python
|
| 34 |
+
pip install -q onnxruntime torchvision matplotlib
|
| 35 |
+
```
|
| 36 |
|
| 37 |
```python
|
| 38 |
import onnxruntime as ort
|