This repository was archived by the owner on Jun 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
src/content/use-cases/object-detection Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,6 @@ deepsparse.object_detection.annotate --source basilica.jpg #Try --source 0 to an
138
138
139
139
Running the above command will create an ` annotation-results ` folder and save the annotated image inside.
140
140
141
- <p align = " center" >
142
- <img src = " sample_images/basilica.jpg" alt = " original" width = " 400" /> <img src = " sample_images/basilica-annotated.jpg" alt = " annotated" width = " 400" />
143
- </p >
144
- <p align = " center" >
145
- Image annotated with 96% sparse YOLOv5s
146
- </p >
147
-
148
141
If a ` --model_filepath ` arg isn't provided, then ` zoo:cv/detection/yolov5-s/pytorch/ultralytics/coco/pruned-aggressive_96 ` will be used by default.
149
142
150
143
@@ -194,4 +187,4 @@ deepsparse.benchmark \
194
187
```
195
188
196
189
To learn more about benchmarking, refer to the appropriate documentation.
197
- Also, check out our [ Benchmarking Tutorial on GitHub] ( https://github.com/neuralmagic/deepsparse/tree/main/src/deepsparse/benchmark ) !
190
+ Also, check out our [ Benchmarking Tutorial on GitHub] ( https://github.com/neuralmagic/deepsparse/tree/main/src/deepsparse/benchmark ) !
You can’t perform that action at this time.
0 commit comments