Skip to content

多模态目标检测模型在TensorRT框架下部署与测试

Notifications You must be signed in to change notification settings

sbbug/yolov5-multi-tensorrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

边缘设备模型量化部署

硬件:英伟达JetSon AGX Xavier

模型:YOLOv5

步骤:

1、模型量化 .onnx --> .trt
      ./python/export_tensorrt.py # 具体参考源码修改
2、模型推理 输入图像,输出结果
     ./python/lib/demo_test.py  # 具体参考源码修改

About

多模态目标检测模型在TensorRT框架下部署与测试

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published