** ------------------------------------------**

Re-ID-AR: Improved Person Re-identification in Video via Joint Weakly
Supervised Action Recognition (A. Alsehaim, T.P. Breckon), In Proc.
British Machine Vision Conference, BMVA, 2021.
https://dro.dur.ac.uk/34331/

Supporting Dataset

Date / Version: Wed 10 Nov 15:00:00 GMT 2021

** ------------------------------------------**

Each file contains the action labels for each frame in the MARS and
LPW dataset following the different labeling groupings used in the
paper.

In MARS directory you can find 3 labelling groups:
 (1) 3 Actions
 (2) 5 Actions
 (3) 8 Actions

 In LPW directory you can find 2 labelling groups:
 (1) 3 Actions
 (8) 8 Actions

** ------------------------------------------**

Files description:

RE-ID-AR
.
├── LPW
│   ├── label_defintions_3_action.txt           [ this file contains action ID's for 3 action labeling group ] 
│   ├── label_defintions_8_action.txt           [ this file contains action ID's for 8 action labeling group ] 
│   ├── test_gallery_3_action.txt               [ this file contains gallery frames with an action label for each frame, for 3 action labeling group] 
│   ├── test_gallery_8_action.txt               [ this file contains gallery frames with an action label for each frame, for 8 action labeling group ] 
│   ├── test_query_3_action.txt                 [ this file contains query frames with an action label for each frame, for 3 action labeling group ] 
│   ├── test_query_8_action.txt                 [ this file contains query frames with an action label for each frame, for 8 action labeling group ] 
│   ├── tracklet_for_train_scene2.txt           [ this file contains tracklet information for scene2 videos (start_index, end_index, pid, camid) ] 
│   ├── tracklet_test_gallery.txt               [ this file contains tracklet information for gallery videos (start_index, end_index, pid, camid) ] 
│   ├── tracklet_test_query.txt                 [ this file contains tracklet information for query videos (start_index, end_index, pid, camid) ] 
│   ├── train_scene2_3_action.txt               [ this file contains train scene 2 frames with an action label for each frame, for 3 action labeling group ] 
│   └── train_scene3_8_action.txt               [ this file contains train scene 2 frames with an action label for each frame, for 8 action labeling group ] 
├── MARS
│   ├── label_defintions_3_action.txt           [ this file contains action ID's for 3 action labeling group ] 
│   ├── label_defintions_5_action.txt           [ this file contains action ID's for 5 action labeling group ] 
│   ├── label_defintions_8_action.txt           [ this file contains action ID's for 8 action labeling group ] 
│   ├── test_3_action.txt                       [ this file contains test frames with an action label for each frame, for 3 action labeling group ] 
│   ├── test_5_action.txt                       [ this file contains test frames with an action label for each frame, for 5 action labeling group ]
│   ├── test_8_action.txt                       [ this file contains test frames with an action label for each frame, for 8 action labeling group ]
│   ├── train_3_action.txt                      [ this file contains train frames with an action label for each frame, for 3 action labeling group]
│   ├── train_5_action.txt                      [ this file contains test frames with an action label for each frame, for 5 action labeling group ]
│   └── train_8_action.txt                      [ this file contains test frames with an action label for each frame, for 8 action labeling group ]
└── README.txt                                  [ this README file ]

** ------------------------------------------**

