本目录下代码用于介绍使用TopsInference2.0接口搭建完整的推理应用
├── cpp --cpp sample code
├── data --data for testing
├── engines --engine file
├── models --preset model for evaluation & integration
├── python --python sample code
└── README.md - tops-inference 应被安装好
例如使用resnet50_v1.5的torchvision预训练模型,需转换为onnx,
参考sample子目录的README.md