Skip to content

Commit

Permalink
Update model graph visualization notebook (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang authored Jun 26, 2021
1 parent 9db63b5 commit a7e31a0
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 146 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ We provide a [notebook](notebooks/inference-pytorch-export-libtorch.ipynb) to de

## 🎨 Model Graph Visualization

Now, `yolort` can draw the model graph directly, checkout our [visualize-jit-models](notebooks/visualize-jit-models.ipynb) notebook to see how to use and visualize the model graph.
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>

Expand Down
2 changes: 1 addition & 1 deletion notebooks/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Notebook Examples

`yolov5rt` can draw the model graph directly, for details see [visualize-jit-models](visualize-jit-models.ipynb) notebook.
`yolov5rt` can draw the model graph directly, for details see [model-graph-visualization](model-graph-visualization.ipynb) notebook.

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

0 comments on commit a7e31a0

Please sign in to comment.