--- language: - en license: cc-by-nc-4.0 size_categories: - 1K/front/.mp4 # front-facing road view clips//helmet/.mp4 # helmet-mounted view clips//rear/.mp4 # rear-facing view clips//eye_tracker/.mp4 # rider's first-person gaze view clips//telemetry/.csv # per-frame gyro + GPS for the clip ``` Faces and license plates in all camera videos are blurred for privacy. Two rides (`14`, `15`) do not include the eye-tracker modality. One ride (`12`) has GPS-only telemetry. ## Annotation columns `Video ID, Clip ID, Timestamp, Road Type, No. of Lanes, Road Marking, Divider, Traffic Density, Event, Head Pose Direction, Legality` - **Event:** going straight, lane change, overtake, left/right turn, u-turn, weaving through traffic, obstruction avoidance, distracted driving, stop, violation, near collision - **Legality:** legal / illegal — based on Indian Motor Vehicle Act and local conventions ## Per-clip telemetry CSV schema `frame, timestamp_s, gyro_x, gyro_y, gyro_z, gps_lat, gps_lon, gps_alt_m, speed_2d_mps, speed_3d_mps` Resampled to 30 Hz; `timestamp_s` is clip-local. ## Citation If you find this work useful, please cite: ```bibtex @inproceedings{paturkar2026motor, title={MOTOR: A Multimodal Dataset for Two-Wheeler Rider Behavior Understanding}, author={Paturkar, Varun and others}, booktitle={Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)}, year={2026} } ``` ## License Released under CC BY-NC 4.0 — non-commercial research use only. ## Note This release contains the annotated clip-level data. The full uncut raw rides (long-form multi-camera recordings together with their continuous telemetry) will be made publicly available soon.