ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
48.75k stars 15.93k forks source link

Trained model deployment. #1511

Closed berkantay closed 3 years ago

berkantay commented 3 years ago

❔Question

Hello,

I have finished with the training phase thanks to this repository. I obtained the model named best.pt now I want to deploy and make inference out of this model on another independent hardware (Jetson tx2 development board). How should I save,load and *eval the model?

Additional context

Trained environment

Ubuntu 18.04 GPU:NVIDIA QUADRO P2000

Desired device to be deployed

Jetpack 4.4 Jetson TX2 Development Board

glenn-jocher commented 3 years ago

@berkantay please see Export tutorial: https://docs.ultralytics.com/yolov5

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.