Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://h
|
|
12 |
First install the [YOLOv10 Github repository](https://github.com/THU-MIG/yolov10) along with supervision which provides some nice utilities for bounding box processing.
|
13 |
|
14 |
```
|
15 |
-
pip install git+https://github.com/
|
16 |
```
|
17 |
|
18 |
## Usage
|
|
|
12 |
First install the [YOLOv10 Github repository](https://github.com/THU-MIG/yolov10) along with supervision which provides some nice utilities for bounding box processing.
|
13 |
|
14 |
```
|
15 |
+
pip install git+https://github.com/nielsrogge/yolov10.git@feature/add_hf supervision
|
16 |
```
|
17 |
|
18 |
## Usage
|