-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# pytorch2onnx | ||
MTCNN pytorch版本转onnx,并验证转换前后的模型精度 | ||
*运行python pytorch2onnx.py | ||
*输入: (1)需要加载自己的网络模型,(2)输入测试图片 输出:转换后的onnx模型 | ||
# MTCNN pytorch版本转onnx,并验证转换前后的模型精度 | ||
运行python pytorch2onnx.py | ||
输入: (1)需要加载自己的网络模型,(2)输入测试图片 输出:转换后的onnx模型 |