当前位置:网站首页>Yolov5系列(一)——網絡可視化工具netron
Yolov5系列(一)——網絡可視化工具netron
2022-07-03 14:54:00 【一大塊肉松】
一、介紹
netron:網絡可視化工具,使用這個軟件可以清晰的展示網絡模型的每一層的輸入輸出,網絡的整體的架構,而且支持不同的網絡框架。
類似下圖:
二、安裝步驟(介紹windows系統安裝)
(其他版本可以參考博客)
1、打開此鏈接:Github下載鏈接
打開上述鏈接,劃到下面 install,選擇 windows 下載
2、選擇下圖所示Netron-Setup-5.8.9.exe,下載安裝
3、安裝成功之後顯示如下:
三、打開yolov5系列的模型
1、轉換
因為netron對 .pt 的文件沒有太好的兼容性,所以需要將文件進行轉換,在yolov5 工程中,提供了export.py,可以進行文件轉換
2、在終端直接輸入以下命令
python export.py --weights yolov5s.pt --include onnx
注意:輸入命令時需要注意export.py 和 yolo5s.pt 的路徑
我是直接在該文件的目錄下,所以不需要再寫其他的路徑
執行完命令,會在yolov5s.pt 同級目錄下生成 yolov5s.onnx
此時就可以用網絡可視化工具netron打開
四、執行命令可能遇到的問題
requirements: onnx not found and is required by YOLOv5, attempting auto-update...
requirements: 'pip install onnx' skipped (offline)
ONNX: export failure: No module named 'onnx'
解决辦法
安裝onnx
pip install onnx
之後再執行上述命令就沒有問題了
边栏推荐
- [qingniaochangping campus of Peking University] in the Internet industry, which positions are more popular as they get older?
- [engine development] in depth GPU and rendering optimization (basic)
- Zzuli:1046 product of odd numbers
- 远程服务器后台挂起 nohup
- B2020 分糖果
- 5-1 blocking / non blocking, synchronous / asynchronous
- cpu飙升排查方法
- 7-3 count the number of words in a line of text
- Simulation of LS -al command in C language
- 4-24--4-28
猜你喜欢
[wechat applet] wxss template style
Tonybot humanoid robot checks the port and corresponds to port 0701
分布式事务(Seata) 四大模式详解
Puzzle (016.3) is inextricably linked
The latest M1 dedicated Au update Adobe audit CC 2021 Chinese direct installation version has solved the problems of M1 installation without flash back!
Bucket sorting in C language
retrofit
cpu飙升排查方法
链表有环,快慢指针走3步可以吗
Code writing and playing method of tonybot humanoid robot at fixed distance
随机推荐
[ue4] geometry drawing pipeline
Find books ()
Write a 2-minute countdown.
There are links in the linked list. Can you walk three steps faster or slower
2022/02/14
7-9 one way in, two ways out (25 points)
Zzuli:1043 max
Byte practice plane longitude 2
Analysis of gene family characteristics - chromosome location analysis
dllexport和dllimport
tonybot 人形机器人 查看端口并对应端口 0701
TPS61170QDRVRQ1
Container of symfony
[opengl] geometry shader
链表有环,快慢指针走3步可以吗
Detailed explanation of four modes of distributed transaction (Seata)
Zzuli:1052 sum of sequence 4
NOI OPENJUDGE 1.4(15)
Detailed explanation of four modes of distributed transaction (Seata)
Zzuli:1053 sine function