export detections to file #239
Reference in New Issue
Block a user
Delete Branch "cnet"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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