  The database has been organized by user. The video files, 2D and 3D ground-truth files, and 3D model files of each user are contained in a separate folder.
 
  The video filenames describe the video by the user number and the video number (i.e. user_03_video_05.mp4).
 
  The 2D-ground-truth files contain the name of the video followed by the string _groundtruth2D.txt (i.e. user_03_video_05_groundtruth2D.txt). Each of these files contains 300 rows, each corresponding to one frame, and 86 columns, corresponding to the x and y image coordinates (in pixels) of the 43 landmarks (see Fig. 3 in the paper for the order), and with the following format: 

			x1 y1 x2 y2  x43 y43

  The bbox files contain 300 rows, each corresponding to one frame, and 4 columns, corresponding to the the bounding box with the following format: 
  
			minX minY width height
  
  The 3D-ground-truth files consist of 300 rows and 6 columns, corresponding to the 3 translations and 3 rotations, ordered as Tx, Ty, Tz, Roll, Yaw, Pitch. Translations are given in millimeters and rotations in degrees. The original 3D-ground-truth files are named as, for example, user_03_video_05_groundtruth3D.txt, whereas the zeroed 3D-ground-truth files are named as user_03_video_05_groundtruth3D_zeroed.txt. 

