1 unstable release
0.1.0 | May 17, 2023 |
---|
#899 in Science
585KB
398 lines
yolo2dot
A visualizing tool to plot model architecture graph for YOLO .yaml files.
Installation
This program can be installed using cargo
from Rust toolchain. You
can visit rustup.rs to install Rust toolchain.
cargo install yolo2dot
Usage
-
Download the model description file
yolov7.yaml
from the yolov7 repository here. -
Run
yolo2dot
to create the .dot file.
yolo2dot yolov7.yaml yolov7.dot
- Generate the image file using GraphViz's
dot
command.
dot -Tjpg yolov7.dot > yolov7.jpg
Showreel
YOLOv7 for Training | YOLOv7 for Deployment |
---|---|
License
This project is distributed under MIT license. Please check the LICENSE.txt file.
Dependencies
~5MB
~106K SLoC