nielsr HF staff commited on
Commit
95bf218
·
verified ·
1 Parent(s): fc0d7df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -5,12 +5,11 @@ tags:
5
  - object detection
6
  ---
7
 
8
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
9
- - Library: https://github.com/THU-MIG/yolov10
10
 
11
  ## Installation
12
 
13
- First install the YOLOv10 Github repository along with supervision which provides some nice utilities for bounding box processing.
14
 
15
  ```
16
  pip install git+https://github.com/THU-MIG/yolov10.git supervision
@@ -69,6 +68,10 @@ annotated_image = box_annotator.annotate(
69
  Image.fromarray(annotated_image)
70
  ```
71
 
 
 
 
 
72
  ### BibTeX Entry and Citation Info
73
  ```
74
  @misc{wang2024yolov10,
@@ -79,5 +82,4 @@ Image.fromarray(annotated_image)
79
  archivePrefix={arXiv},
80
  primaryClass={cs.CV}
81
  }
82
- ```
83
-
 
5
  - object detection
6
  ---
7
 
8
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration.
 
9
 
10
  ## Installation
11
 
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
 
68
  Image.fromarray(annotated_image)
69
  ```
70
 
71
+ This shows the following:
72
+
73
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5f1158120c833276f61f1a84/IL9mL4_WUdcSxRQ7AsrTT.png)
74
+
75
  ### BibTeX Entry and Citation Info
76
  ```
77
  @misc{wang2024yolov10,
 
82
  archivePrefix={arXiv},
83
  primaryClass={cs.CV}
84
  }
85
+ ```