Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.47k stars 1.49k forks source link

How to correctly deploy an object detector? #545

Open DeepKeys opened 2 years ago

DeepKeys commented 2 years ago

I have made a custom object detector with a lot of code on top of it (it also includes a tracker, counts objects, ...). Now I want to integrate this into a robot arm (static). Do I just put a PC under the robot? And when a user turns the robot on, the PC turns on, and it automatically runs a script that runs the python code? Or is there a way to hide the code from users? Is this the right way to deploy AI models in industry?