Skip to content

BAOfanTing/resnetPTH2ONNX

Repository files navigation

文件结构:

  ├── model.py: ResNet模型搭建
  ├── train.py: 训练脚本
  ├── predict.py: 单张图像预测脚本
  ├── pth2onnx.py: 模型转换脚本
  ├── pth2onnx_test.py: 转换后模型推理脚本
  └── batch_predict.py: 批量图像预测脚本

博客地址

About

将pth模型转换为onnx模型

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages