Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 3b49f10

Browse files
committed
remove current images from object detection deployment use case example
1 parent 302901c commit 3b49f10

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/content/use-cases/object-detection/deploying.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,6 @@ deepsparse.object_detection.annotate --source basilica.jpg #Try --source 0 to an
138138

139139
Running the above command will create an `annotation-results` folder and save the annotated image inside.
140140

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-
148141
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.
149142

150143

@@ -194,4 +187,4 @@ deepsparse.benchmark \
194187
```
195188

196189
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)!

0 commit comments

Comments
 (0)