cyrusbehr / YOLOv8-TensorRT-CPP

YOLOv8 TensorRT C++ Implementation
MIT License
567 stars 69 forks source link

hi,can the project run on cpu #59

Closed tigerdhl closed 6 months ago

tigerdhl commented 6 months ago

Thank u for share your project and there are any plan to modify the project can be run on cpu?

cyrusbehr commented 6 months ago

No, that somewhat defeats the purpose. TensorRT is designed for running on GPU. If you want to run on CPU, look into an onnxruntime implementation.