mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

Json export with the detected object and its weights, bounding boxes

Open Tortoise17 opened this issue 3 years ago • 1 comments

Since the code is public, i am really so much impressed. I wanted to ask that is there any possibility to export json of the detected object with the bounding boxes and its weights from a video? Please if you can guide me.

Tortoise17 avatar May 16 '22 13:05 Tortoise17

We don't provide this script yet. You can collect the detected bboxes in simple_test function, here: https://github.com/open-mmlab/mmtracking/blob/master/mmtrack/models/mot/qdtrack.py#L165, and dump them as a JSON file.

JingweiZhang12 avatar May 17 '22 02:05 JingweiZhang12