export detections to file #239

Closed
morrolinux wants to merge 5 commits from cnet into cnet
morrolinux commented 2021-06-16 17:18:06 +02:00 (Migrated from github.com)

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

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
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#239