nielsr HF staff commited on
Commit
62d15f9
1 Parent(s): 60a763b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/THU-MIG/yolov10.git supervision
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