-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Luís Rita edited this page Aug 5, 2020
·
13 revisions
February | March | April | May | June | July | August
- MRes 2nd project proposal;
- Road Safety for Cyclists in London project allocation;
- Start of 2nd project;
- Background reading on: cycling benefits (economy, environment, safety, equity and health perspectives), road safety indicators (accident, injury and fatality rates) and risk factors (number of intersections, vehicle speed, road width...);
- Background reading on: deep learning, convolution neural networks, object detection, image segmentation, UNIX programming, TensorFlow and PyTorch;
- Research on the available datasets containing road related detected objects/segmented images: ADE20K, MS Coco, Cityscapes and Open Images V6;
- Several object detection and image segmentation models were tested in small image sets locally. Including YOLOv4 and YOLOv5 (s, m, l and x versions) for object detection. Xception71 and PSPNet101 for image segmentation;
- Based on the accuracy, performance and documentation of the previous models, YOLOv5 and PSPNet101 were selected as the object detection and image segmentation models, respectively;
- These 2 models were run in the full Google Street View imagery dataset (approximately, 1/2 million images from all London LSOAs). For YOLOv5, it was retrieved the total number of objects per image, across the 30 categories available in MS Coco Dataset. Additionaly, for PSPNet101, due to time constraints, it was only possible to obtain the total pixel counts for each of the 30 available labels in Cityscapes;
- Article published and featured in Towards Data Science about the ongoing work;
- Data visualization. Correlation matrices (across the multiple detected objects), pie charts (providing an overview on the most common objects and labelled pixels), histograms (similarly to the previous) and LSOA maps (representing the distribution of the MS Coco classes in Greater London) were defined as main sources for visualizing all data from the project;
- Article write-up. YOLOv5 real-time demo video published;
- Deadline: 20th August.
Rita, Luís; Nathvani, Ricky & Ezzati, Majid