| Crates.io | yolo2dot |
| lib.rs | yolo2dot |
| version | 0.1.0 |
| created_at | 2023-05-17 05:00:59.886115+00 |
| updated_at | 2023-05-17 05:00:59.886115+00 |
| description | A visualizing tool to plot model architecture graph for YOLO .yaml files. |
| homepage | https://github.com/jerry73204/yolo2dot.git |
| repository | https://github.com/jerry73204/yolo2dot.git |
| max_upload_size | |
| id | 866666 |
| size | 878,489 |
A visualizing tool to plot model architecture graph for YOLO .yaml files.
This program can be installed using cargo from Rust toolchain. You
can visit rustup.rs to install Rust toolchain.
cargo install yolo2dot
Download the model description file yolov7.yaml from the yolov7
repository
here.
Run yolo2dot to create the .dot file.
yolo2dot yolov7.yaml yolov7.dot
dot command.dot -Tjpg yolov7.dot > yolov7.jpg
| YOLOv7 for Training | YOLOv7 for Deployment |
|---|---|
![]() |
![]() |
This project is distributed under MIT license. Please check the LICENSE.txt file.