The data are used to build the Mobility Equity Metric Dashboard.https://horatioj.shinyapps.io/MobDashboard/Where the source code is available at https://github.com/Horatioj/MobilityDashboardTo reproduce the MEM calculation results, please refer to the file named MEMcode_sample.zip.The following describes folder structure, csv files store calculated results (MEM & MI):MobDashboarddatatransport flow and O/D matrixMetric_dataMEM for transport networkwwwintroduction page picturesbs_memresult1k.csv: Boston MEM results by different combinationsbs_merged_geoid_comm_data.csv: Boston geographic lay
Andreas Malikopoulos Submitted by Andreas Malikopoulos on September 21st, 2024

These data are used to playback and test road algorithms using a full-sized vehicle in Ros.Code is available from git at: https://github.com/jmscslgroup/vuCs3891QuickDemonstration1. Create your docker image from the internal Dockerfile to this respository: docker build --tag rosblank .2. create the network to stream the bagfile docker network create localros 3.

Jonathan Sprinkle Submitted by Jonathan Sprinkle on September 11th, 2024
RAN4model_dfv4p4 provides you with the convenient synchronized format for downstream tasks. In this document, we take one subject in scene4 from one outdoor sequence as an example to demonstrate the format.Detailed data description is shown in: https://github.com/bryanbocao/vitag/blob/main/DATA.md.Official Dataset (Raw Data) link: https://sites.google.com/winlab.rutgers.edu/vi-fidataset/home.paperswithcode link: https://paperswithcode.com/dataset/vi-fi-multi-modal-dataset.The related papers were accepted in SECON 2022:Bryan Bo Cao, Abrar Alali, Hansi Liu, Nicholas Meegan, Marco Gruteser, Krist
Xia Wang Submitted by Xia Wang on August 5th, 2024
RAN4model_dfv4p4 (OneDrive data source) provides you with the convenient synchronized format for downstream tasks. In this document, we take one subject in scene4 from one outdoor sequence as an example to demonstrate the format.Detailed data description is shown in: https://github.com/bryanbocao/vitag/blob/main/DATA.md. Official Dataset (Raw Data) link: https://sites.google.com/winlab.rutgers.edu/vi-fidataset/home. paperswithcode link: https://paperswithcode.com/dataset/vi-fi-multi-modal-dataset. The related papers were accepted in SECON 2022: Bryan Bo Cao, Abrar Alali, Ha
Xia Wang Submitted by Xia Wang on August 5th, 2024
RAN4model_dfv4p4 (Google Drive data source) provides you with the convenient synchronized format for downstream tasks. In this document, we take one subject in scene4 from one outdoor sequence as an example to demonstrate the format. Detailed data description is shown in: https://github.com/bryanbocao/vitag/blob/main/DATA.md. Official Dataset (Raw Data) link: https://sites.google.com/winlab.rutgers.edu/vi-fidataset/home. paperswithcode link: https://paperswithcode.com/dataset/vi-fi-multi-modal-dataset. The related papers were accepted in SECON 2022: Bryan Bo Cao, Abrar
Xia Wang Submitted by Xia Wang on August 5th, 2024
The Vi-Fi dataset is a large-scale multi-modal dataset that consists of vision, wireless and smartphone motion sensor data of multiple participants and passer-by pedestrians in both indoor and outdoor scenarios. In Vi-Fi, vision modality includes RGB-D video from a mounted camera. Wireless modality comprises smartphone data from participants including WiFi FTM and IMU measurements. The presence of Vi-Fi dataset facilitates and innovates multi-modal system research, especially, vision-wireless sensor data fusion, association and localization. (Data collection was in accordance with IR
Xia Wang Submitted by Xia Wang on August 5th, 2024
This repository contains code to replicate experiments in: Real-Time Approximate Routing for Smart Transit Systems. URL: https://arxiv.org/abs/2103.06212.Usage instructions: to replicate experiments for the Manhattan network (table 2 in the paper):Download all files and unzip files manhattan_dist_1.txt, manhattan_dist_2.txt and manhattan_dist_3.txtRun line_planning.py.The experiments run by default using trip request from April 3rd 2018. To run the experiments for the fhv data from Feb 3 or March 6, uncomment the parameter 'month' line #407 in the file line_instance.py.The code allows to test
Xia Wang Submitted by Xia Wang on August 5th, 2024
This is the software code for the rolling horizon framework suggested in the paper below: Offline Pickup and Delivery Problem with Time Windows via Rolling Horizon Trip-Vehicle Assignment, Y Kim, D Edirimanna, M Wilbur, P Pugliese, A Laszka, A Dubey, S Samaranayake, accepted in The 37th AAAI Conference on Artificial Intelligence.Data includes:RollingHorizon└── data   ├── map   │   ├── edges.csv   │   ├── nodes.csv   │   └── times.csv   ├── requests   │   └── request
Xia Wang Submitted by Xia Wang on August 5th, 2024
Extract the datasets to the data folder and into their respective folders. apc: cleaned-wego-daily.apc.parquet weather: darksky_nashville_20220406.csv and weatherbit_weather_2010_2022.parquet gtfs: alltrips_mta_wego.parquet traffic: inrix data, can download separatelyAlso, you could refer the code repository at: https://github.com/smarttransit-ai/mta_occupancy_prediction. The related paper is: J. P. Talusan, A. Mukhopadhyay, D. Freudberg and A. Dubey, "On Designing Day Ahead and Same Day Ridership Level Prediction Models for City-Scale Transit Networks Using Noisy APC
Xia Wang Submitted by Xia Wang on August 5th, 2024
This dataset was named by a subset of the authors as "The I-24 Trajectory Dataset" and is given a subsequent date in the title of this node to distinguish it from ongoing trajectory data gathered by I-24 Motion and other experiments.The dataset was created by recording CAN and GPS data from a single vehicle driving on I-24. The dataset includes Time, Velocity, Acceleration, Space Gap, Lateral Distance, Relative Velocity, Longitude GPS, Latitude GPS, Score, TrackID, L_Approach, R_Approach, L_Adjacent, and R_Adjacent. The time feature was taken from recorded GPS data recorded at 10 Hz. Data feat
Jonathan Sprinkle Submitted by Jonathan Sprinkle on May 13th, 2024
Subscribe to Dataset