mmtracking
mmtracking copied to clipboard
Json export with the detected object and its weights, bounding boxes
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.
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.