Skip to content

A repository containing FCAV M-Air Pedestrian (FMP) Dataset of monocular RGB images and Planar LiDAR data for pedestrian detection.

Notifications You must be signed in to change notification settings

umautobots/FMP-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCAV M-Air Pedestrian (FMP) Dataset

This repository includes a link to FCAV M-Air Pedestrian (FMP) Dataset. A small dataset along with videos are provided in this repository as an example. To download the full dataset, please use the link below. The dataset contains monocular RGB images and Planar LiDAR data for pedestrian detection. Videos are also included in this link.

Download full dataset here

The FMP dataset was collected from an HD camera and a Hokuyo UTM-30LX-EW planar LiDAR mounted on a ROS-enabled Segway mobile robot platform. The dataset was collected in an outdoor environment using the "M-Air" facility at the University of Michigan campus in Ann Arbor, MI, USA in January 2019. A Qualisys Motion Capture system was used to record shoulder key-points of pedestrians for ground truth data.

The FMP dataset contains four short videos with a total recording time of about 4 minutes and we used 3,934 frames with good quality ground truth. In each frame, there are up to two pedestrians walking in the scene, interacting with and sometimes occluding each other.

Currently this dataset folder structure and format are arranged as KITTI's. Four txt files that contains sample sequence numbers are given as examples for training, validation, and testing. Specifically, the last video clip (810 frames) was selected as the test set. Frames from the remaining three sequences (3,124 frames) are randomly shuffled for training and validation with 3:1 ratio.

Kitti
└── object
    ├── training
    │   ├── calib
    │   │   ├── xxxxxx.txt
    │   │   └── xxxxxx.txt
    │   ├── rgb_images
    │   │   ├── xxxxxx.jpg
    │   │   └── xxxxxx.jpg
    │   ├── label_2
    │   │   ├── xxxxxx.txt
    │   │   └── xxxxxx.txt
    │   ├── planes
    │   │   ├── xxxxxx.txt
    │   │   └── xxxxxx.txt
    │   └── planar_lidar_ptclouds
    │       ├── xxxxxx.ply
    │       └── xxxxxx.ply
    ├── train.txt
    └── val.txt
    └── test.txt

The following is a video of one pedestrian walking inside the M-Air facility, showing projected Planar LiDAR signals and ground truth bounding boxes of the person on the image:

1Pedestrian

Projects that use this dataset (as of Nov. 2019)

Pedestrian Planar LiDAR Pose (PPLP) Network for Oriented Pedestrian Detection Based on Planar LiDAR and Monocular Images, Fan Bu, Trinh Le, Xiaoxiao Du, Ram Vasudevan, and Matthew Johnson-Roberson

About

A repository containing FCAV M-Air Pedestrian (FMP) Dataset of monocular RGB images and Planar LiDAR data for pedestrian detection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published