Hello all!
For an end-to-end application(read image file -> pre-process -> Inference using network -> post-process)(not displaying output), Is it generally suggested(considering only FPS) to use DeepStream? or TensorRT Python/C++ API?
- Is DeepStream C++ API faster than TensorRT C++ API, for the above pipeline?
- When do we construct the entire pipeline using TensorRT C++ API & when is DS used?
Thanks!