ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 209 forks source link

how can i get the confidence of network? #227

Closed godhj93 closed 3 years ago

godhj93 commented 3 years ago

Hi, I'm doing a project with tkDNN and i want to know a confidence to input image which yolo network has. and i hadn't found source code in DetectNN.h i want to know yolo outputs such like [x, y, w, h, label, confidence] in each frame. can you help me?