Author: Teerapong Panboonyuen (Kao Panboonyuen)
Code: Transportation Mobility Factor Extraction (Code)
Project: Transportation Mobility Factor Extraction (Project)
Publication: Transportation Mobility Factor Extraction Using Image Recognition Techniques
π 2019 Best Young Researcher Paper Award
First International Conference on Smart Technology & Urban Development (STUD)
Urban development hinges on improving the Quality of Life (QOL) for city inhabitants. Traditionally, QOL assessments rely heavily on questionnaire surveys, which, while informative, can be costly and time-consuming. Leveraging the rapid advancements in Artificial Intelligence, this work introduces an innovative approach to automatically extract mobility indicatorsβkey components of QOL evaluationsβusing Semantic Segmentation and Object Recognition techniques. Our method not only enhances the accuracy of transportation mobility assessments but also significantly reduces the data collection costs associated with QOL evaluations.
Image Reference: bangkokgarden
Clone the repository and install the required dependencies:
git clone https://github.com/kaopanboonyuen/quality-of-life-ai-transportation.git
cd quality-of-life-ai-transportation
pip install -r requirements.txt
Customize the configuration settings in config.yaml
to match your dataset and specific needs.
python preprocess.py --data_path /path/to/data --output_path /path/to/output
python train.py --config config.yaml
python evaluate.py --model_path /path/to/model --test_data /path/to/test_data
python inference.py --image_path /path/to/image.png --output_path /path/to/output.png
TransportationMobilityFactorExtraction/
β
βββ data/ # Datasets and preprocessing scripts
βββ models/ # Model architectures and training scripts
βββ config.yaml # Configuration file
βββ train.py # Training script
βββ evaluate.py # Evaluation script
βββ inference.py # Inference script
βββ README.md # Project documentation
For more details on the research, you can read our full paper published in the 2019 First International Conference on Smart Technology & Urban Development (STUD):
IEEE Xplore: Transportation Mobility Factor Extraction Using Image Recognition Techniques
If you use this project in your research, please cite our work:
@inproceedings{kijsirikul2019transportation,
title={Transportation mobility factor extraction using image recognition techniques},
author={Kijsirikul, Boonserm and Panboonyuen, Teerapong and Iwahori, Yuji and Hayashi, Yoshitsugu and Vateekul, Peerapon and Achariyaviriya, Witsarut},
booktitle={2019 First International Conference on Smart Technology \& Urban Development (STUD)},
pages={1--7},
year={2019},
organization={IEEE}
}
This project is licensed under the MIT License. See the LICENSE file for details.
This project was made possible by the contributions of our dedicated team and the support of the research community. Special thanks to the reviewers and attendees of the STUD 2019 conference for their invaluable feedback.