-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add design principle * Update layout * Minor fixes * Modify layout and indentation * Update requirements * Fixes gramma and update notebooks statement * Update requirements * Update emoji * Abandon pycocotools for needing python3.7 as minimal
- Loading branch information
Showing
4 changed files
with
43 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Notebook Examples | ||
|
||
Now, `yolov5-rt-stack` can draw the model structure directly, check for more details in [notebook](visualize-jit-models.ipynb). | ||
`yolov5rt` can draw the model graph directly, for details see [visualize-jit-models](visualize-jit-models.ipynb) notebook. | ||
|
||
<a href="assets/yolov5.detail.svg"><img src="assets/yolov5.detail.svg" alt="YOLO model visualize" width="750"/></a> | ||
<a href="assets/yolov5.detail.svg"><img src="assets/yolov5.detail.svg" alt="YOLO model visualize" width="500"/></a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters