|
@@ -1,6 +1,32 @@
|
|
|
# jetson_lcfc_ubuntubu triton部署
|
|
|
-1、jetson sdk 部署
|
|
|
+第一、jetson sdk triton部署
|
|
|
+
|
|
|
+1、介绍:
|
|
|
jetson sdk 部署代码:jetson_lcfc.zip
|
|
|
|
|
|
-2、ubuntu 服务器triton部署
|
|
|
-ubuntu docker 部署代码:ubuntu_18.04_sunwinface.zip
|
|
|
+python_backend代码:
|
|
|
+jetson_lcfc/bird_kind_cls/yolov5-cls_models/custom_model/1/model.py
|
|
|
+
|
|
|
+jetson_lcfc/bird_kind_cls/yolov5-cls_models/yolov5m-cls6/和jetson_lcfc/bird_kind_cls/yolov5-cls_models/yolov5m-cls1328/存放模型1/model.plan和模型对应得配置文件config.pbtxt
|
|
|
+
|
|
|
+2、triton客户端验证:
|
|
|
+python jetson_lcfc/bird_kind_cls/python_clients/client.py
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+第二、ubuntu 服务器triton部署
|
|
|
+
|
|
|
+1、介绍:
|
|
|
+ubuntu docker 部署代码:ubuntu_18.04_sunwinface.zip
|
|
|
+
|
|
|
+python_backend代码:
|
|
|
+ubuntu_18.04_sunwinface/triton_workspace_plus/model_repository4_plus/triton_deploy/models/custom_model/1/model.py
|
|
|
+
|
|
|
+ubuntu_18.04_sunwinface/triton_workspace_plus/model_repository4_plus/triton_deploy/models/yolo11s/和ubuntu_18.04_sunwinface/triton_workspace_plus/model_repository4_plus/triton_deploy/models/yolov5m-cls/存放模型1/model.plan和模型对应得配置文件config.pbtxt
|
|
|
+
|
|
|
+2、triton客户端验证:
|
|
|
+python ubuntu_18.04_sunwinface/triton_workspace_plus/model_repository4_plus/clients/client.py
|
|
|
+
|
|
|
+
|
|
|
+参考:
|
|
|
+https://github.com/triton-inference-server/python_backend
|