Update README.md
Browse files
README.md
CHANGED
|
@@ -59,10 +59,7 @@ Below is a summary of performance across different compression strengths on COCO
|
|
| 59 |
Even at the highest compression strength (`5`), the model **significantly outperforms** a smaller YOLOv5n baseline while being more resource-efficient than the original YOLOv5s.
|
| 60 |
|
| 61 |
## How to use
|
| 62 |
-
|
| 63 |
```python
|
| 64 |
-
import os
|
| 65 |
-
|
| 66 |
import torch
|
| 67 |
|
| 68 |
if __name__ == '__main__':
|
|
|
|
| 59 |
Even at the highest compression strength (`5`), the model **significantly outperforms** a smaller YOLOv5n baseline while being more resource-efficient than the original YOLOv5s.
|
| 60 |
|
| 61 |
## How to use
|
|
|
|
| 62 |
```python
|
|
|
|
|
|
|
| 63 |
import torch
|
| 64 |
|
| 65 |
if __name__ == '__main__':
|