当前位置:网站首页>模型转换onnx2engine
模型转换onnx2engine
2022-07-03 03:06:00 【AphilGuo】
pytorch2onnx
python demo_pytorch2onnx.py <weight_file> <image_path> <batch_size> <n_classes> <IN_IMAGE_H> <IN_IMAGE_W>
example
python demo_pytorch2onnx.py yolov4.pth dog.jpg 8 80 416 416
onnx2engine
trtexec --onnx=<onnx_file> --explicitBatch --saveEngine=<tensorRT_engine_file> --workspace=<size_in_megabytes> --fp16
example
./trtexec --explicitBatch --onnx=./resnet50.onnx --saveEngine=resnet50.engine
边栏推荐
- Can I use read-only to automatically implement properties- Is read-only auto-implemented property possible?
- docker安装mysql
- Nasvit: neural architecture search of efficient visual converter with gradient conflict perception hypernetwork training
- [Fuhan 6630 encodes and stores videos, and uses RTSP server and timestamp synchronization to realize VLC viewing videos]
- 从C到Capable-----利用指针作为函数参数求字符串是否为回文字符
- From C to capable -- use the pointer as a function parameter to find out whether the string is a palindrome character
- Cron表达式介绍
- Add some hard dishes to the interview: how to improve throughput and timeliness in delayed task scenarios!
- Check log4j problems using stain analysis
- docker安装redis
猜你喜欢

I2C 子系统(一):I2C spec

敏捷认证(Professional Scrum Master)模拟练习题-2

MySql實戰45講【SQL查詢和更新執行流程】

Kubernetes family container housekeeper pod online Q & A?

TCP 三次握手和四次挥手机制,TCP为什么要三次握手和四次挥手,TCP 连接建立失败处理机制

docker安装redis

Check log4j problems using stain analysis

左连接,内连接

idea 加载不了应用市场解决办法(亲测)

Segmentation fault occurs during VFORK execution
随机推荐
C # general interface call
vfork执行时出现Segmentation fault
C language beginner level - pointer explanation - paoding jieniu chapter
idea 加载不了应用市场解决办法(亲测)
Kubernetes family container housekeeper pod online Q & A?
力扣------网格中的最小路径代价
The difference between componentscan and componentscans
Source code analysis | resource loading resources
Force deduction ----- the minimum path cost in the grid
About HTTP cache control
Do you really understand relays?
MySQL Real combat 45 [SQL query and Update Execution Process]
docker安装mysql
Super easy to use logzero
I2C 子系統(四):I2C debug
Check log4j problems using stain analysis
JMeter performance test JDBC request (query database to obtain database data) use "suggestions collection"
Agile certification (professional scrum Master) simulation exercise-2
敏捷认证(Professional Scrum Master)模拟练习题
内存泄漏工具VLD安装及使用