object-detection-inference icon indicating copy to clipboard operation
object-detection-inference copied to clipboard

C++ object detection inference from video or image input source

Results 3 object-detection-inference issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for sharing a work! I have trained a custom model using https://github.com/lyuwenyu/RT-DETR/tree/main/rtdetr_pytorch network dimension is 1024 x 1024 and converted the .pt to tensorrt engine. when i inference...

I have an app that does object detection and object tracking in a pipeline, however it is running in python, and is kind of slow. I want to convert it...

enhancement

CMake Error at build/_deps/inferenceengines-src/CMakeLists.txt:22 (list): list sub-command FIND requires three arguments.

bug