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

export detections to file #239

Closed morrolinux closed 2 years ago

morrolinux commented 3 years ago

This allows for 2D bounding box detections to be saved to a text file. It's useful to me so it might be for someone else as well.

File format is:

Values Name Description


1 frame frame number in the input video 1 class detected object class 4 bb 2D bounding box relative to camera: x, width, y, height