In support of World Bank Group

Introduction

Introduction

The guide describes how to label road safety classes in street view images. This labeling is in support to the Road Safety program to use computer vision to detect road features for road safety audits and assesments.

Labeling tools

Computer Vision Annotation Tool (CVAT)

We're using the CVAT labeling platform to perform the annotations. The CVAT tools have extensively documented the annotation process. See their tool's readme guide or their youtube video.

CVAT Tips

  • Each task should only have one annotator working on it at a time. If 2 or more annotators are working on the same task, there might be problems with labels getting overwritten.

  • In the CVAT tool you can use shortcuts, for instance:

    • "N" --> create a shape
    • "F" --> move to the next image
    • "D" --> move to the previous image or
    • "CTRL + S" --> save the work

Also, you can find the full shortcuts in this web page.

Mapillary

Mapillary is the street-level imagery platform that we are using to obtain the street view images.

Mapillary Api

To search and obtain all the Mapillary images from the priority road segments, it is need the Mapillary sequence key and the image keys.

DevelopmentSeed data team developed some scripts to pass the sequence keys and get the images keys in the sequences to can download them using the Mapillary API.