tensorbay.opendataset.LISATrafficSign

tensorbay.opendataset.LISATrafficSign(path)[source]

LISA Traffic Sign dataset.

The file structure should be like:

<path>
    readme.txt
    allAnnotations.csv
    categories.txt
    datasetDescription.pdf
    videoSources.txt
    aiua120214-0/
        frameAnnotations-DataLog02142012_external_camera.avi_annotations/
            diff.txt
            frameAnnotations.bak
            frameAnnotations.bak2
            frameAnnotations.csv
            keepRight_1330547092.avi_image10.png
            keepRight_1330547092.avi_image11.png
            keepRight_1330547092.avi_image12.png
            ...
    aiua120214-1/
        frameAnnotations-DataLog02142012_001_external_camera.avi_annotations/
    aiua120214-2/
        frameAnnotations-DataLog02142012_002_external_camera.avi_annotations/
    aiua120306-0/
        frameAnnotations-DataLog02142012_002_external_camera.avi_annotations/
    aiua120306-1/
        frameAnnotations-DataLog02142012_003_external_camera.avi_annotations/
    vid0/
        frameAnnotations-vid_cmp2.avi_annotations/
    vid1/
        frameAnnotations-vid_cmp1.avi_annotations/
    vid10/
        frameAnnotations-MVI_0122.MOV_annotations/
    vid11/
        frameAnnotations-MVI_0123.MOV_annotations/
    vid2/
        frameAnnotations-vid_cmp2.avi_annotations/
    vid3/
        frameAnnotations-vid_cmp2.avi_annotations/
    vid4/
        frameAnnotations-vid_cmp2.avi_annotations/
    vid5/
        frameAnnotations-vid_cmp2.avi_annotations/
    vid6/
        frameAnnotations-MVI_0071.MOV_annotations/
    vid7/
        frameAnnotations-MVI_0119.MOV_annotations/
    vid8/
        frameAnnotations-MVI_0120.MOV_annotations/
    vid9/
        frameAnnotations-MVI_0121.MOV_annotations/
    negatives/
        negativePics/
        negatives.dat
    tools/
        evaluateDetections.py
        extractAnnotations.py
        mergeAnnotationFiles.py
        splitAnnotationFiles.py
Parameters

path (str) – The root directory of the dataset.

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset