Tracking results

Last modified Tue Oct 22 13:24:30 BST 1996
  • new! Data file formats
  • new! The data
  • new! Mpeg visualisations
  • new! Download the random access MPEG player (updated Tue Oct 22 13:24:30)

  • About the files

    The images are numbered using the Leeds frame numbering. (This was so that I could process the first 100 frames which would otherwise have a negative frame number !). To convert to Reading frame numbering simply subtract 176.
    For each input image processed I have generated 2 gzip'ed files ...
    1. The camera view image

      e.g. 02560.pgm.gz
      Image 02560

      This file is a (compressed) pgm image of the tracked objects (people and cars) rendered onto the camera view plane. The image illustrates the relative depths used by the system for occlusion handling. Each object is rendered by a greylevel between 0 and 255. For each tracked person there is a reference number or label. The greylevel used to render a person is related to the reference number using ...

      greylevel = 128 + (ref_no & 127)
      Hence people will appear lighter than cars (with a greylevel > 127). To view an image use
      'gunzip -c 00001.pgm.gz | xv -gamma 5 -'

    2. The ascii data file

      e.g. 02560.dat.gz
      (click here to see example file contents)
      This file contains data for each tracked person in the image. Specifically, the file consists of a set of tags ...

    MPEG visualisations

    I have also generated several MPEG files visualising the tracking results. The sequences are quite long and may be slow to play. There are also some quite boring sections in which little happens. Hence, I have extended the standard unix "mpeg_play" program to allow random access to image frames. This allows you to play fast or jump to an interesting part of the sequence.
    More details here. You can download the MPEG files and view with the extended player.
    1. new! Results of part A (frames 0001 - 3999) (9Meg) -
    2. new! Results of part B (frames 7500 - 14999) (15Meg) -

    The data

    Part A (Leeds frame numbers 00001 - 03999)

    Part B (Leeds frame numbers 7500 - 14999) new!