**:fire: :fire: :fire: 我们参加NVIDIA和阿里云共同举办的TensorRT异构计算比赛,喜提第三名(二等奖): 附开源地址:https://github.com/DataXujing/TensorRT-DETR **
✨✨✨感谢小伙伴的关注, 源码奉上!!!✨✨✨
✅: 链接:https://pan.baidu.com/s/1ZJy9Vkeo6y1w3icknSxLlA 提取码:usxg
Xu Jing
本项目介绍了深度学习中TensorRT对TensorFlow,ONNX,Caffe,Pytorch等框架的推断加速,TensorRT提供了C++ API和Python API,它解决了GPU模型推断加速的优化瓶颈;目前TensorRT的版本为7.x.x,TensorRT并不对以上框架的所有操作均支持。
在线slide的地址:https://dataxujing.github.io/TensorRT_CV/index.html#slide=1
在线B站视频教程: https://www.bilibili.com/video/av86802077
内容:
- What is TensorRT
- How Do I Get TensorRT?
- Working with TensorRT Using the Python API
- An Object Detection Model: YOLO v3 with TensorRT (Example 1)
- A Classification Model: ResNet50 with TensorRT (Example 2)