Skip to content

Commit

Permalink
Update model graph visualization images (#212)
Browse files Browse the repository at this point in the history
* Update graph visualization of YOLOv5

* Update model graph visualization notebook

* Add yolov5_graph_visualize.svg

* Fix non-renderable images on PyPI
  • Loading branch information
zhiqwang authored Oct 25, 2021
1 parent 739e54e commit ba00436
Show file tree
Hide file tree
Showing 6 changed files with 537 additions and 519 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ On the `ONNXRuntime` front you can use the [C++ example](deployment/onnxruntime)

Now, `yolort` can draw the model graph directly, checkout our [model-graph-visualization](notebooks/model-graph-visualization.ipynb) notebook to see how to use and visualize the model graph.

<a href="notebooks/assets/yolov5.detail.svg"><img src="notebooks/assets/yolov5.detail.svg" alt="YOLO model visualize" width="500"/></a>
<a href="notebooks/assets/yolov5_graph_visualize.svg"><img src="notebooks/assets/yolov5_graph_visualize.svg" alt="YOLO model visualize" width="500"/></a>

## :mortar_board: Acknowledgement

Expand Down
234 changes: 0 additions & 234 deletions notebooks/assets/yolov5.detail.svg

This file was deleted.

Binary file added notebooks/assets/yolov5_graph_visualize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ba00436

Please sign in to comment.