Inferencing for external driving events such as a lane change based on gaze estimation and object detection input using a dash cam and a face camera.
Format: CSV with the given columns
trialID epochID epochType timeOfDay baseballCap glasses epochBeginTimestamp epochEndTimestamp epochBeginFrame epochEndFrame
Real Values CSV:
e.g., dgf_CMVP_0000_0000_10_130204_1926_00031_Face_real_bbox.csv
Frame# X-value for Gaze Y-value for Gaze Object Name
Adjusted to Windshield Camera CSV:
e.g., dgf_l2cs_CMVP_0000_0000_10_130218_1429_00079_Face_adjusted_bbox.csv
Frame# X-value for Gaze Y-value for Gaze Object Name
Format: dataset.csv
trialID CSV File Name (Detections and Gaze)
For a demo, use the pre-existing folder on VTTI server: vtti/projects03/451600/Working/FromSandesh/Event Correlation Folders/
For a smaller sample set use the one provided with the repository.
Installation:
pip3 install -r requirements.txt
For custom folders use the arguments
python3 event_correlation_hist.py --out_dir='' --epochs_path='' --mapped_path='' --detections_dir=''