GMOT-40 data consists of several parts, image sequences, trajectory labels, and detection results.
A brief description for trajectory label and detection results is shown below, with the image's top-left point as the coordinate origin.
The file structure of image sequences is shown below.
  |-- GenericMOT_JPEG/
            |-- airplane-0/
            |  |-- img1/
            |  |  |-- 000000.jpg
            |  |  |   ......
            |  |  |-- 000375.jpg
            |   ......
            |-- stock-3/
            |  |-- img1/
            |  |  |-- 000000.jpg
            |  |  |   ......
            |  |  |-- 000312.jpg
            The file structure of detection results is simple, which contains the detection results of our baseline one-shot detector for all sequences.