#model #yaml #graph #plot #architecture #tool #yolo

app yolo2dot

A visualizing tool to plot model architecture graph for YOLO .yaml files

1 unstable release

0.1.0 May 17, 2023

#534 in Science

23 downloads per month

MIT license

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

  1. Download the model description file yolov7.yaml from the yolov7 repository here.

  2. Run yolo2dot to create the .dot file.

yolo2dot yolov7.yaml yolov7.dot
  1. 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

~4.5MB
~86K SLoC