Drive.ai Sample Dataset ======================= The road photographs in this folder come from the Drive.ai Sample Dataset, provided by Drive.ai and licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0). https://creativecommons.org/licenses/by/4.0/ Thanks to Brody Huval, Chih Hu and Rahul Patel for providing this data. Files ----- test.jpg one 1280 x 720 frame, unmodified original test-detections.jpg the same frame with the boxes the pretrained YOLOv2 model of the course exercise reported for it coco_classes.txt the 80 COCO class names, in prediction order yolo_anchors.txt the five anchor shapes, in grid-cell units Source ------ These files ship with the "Autonomous driving, car detection" programming assignment of the DeepLearning.AI Convolutional Neural Networks course (Course 4 of the Deep Learning Specialization). The local copy of that assignment is Labs/DL/CNN/05 Car detection with YOLO/. The full sample is 122 frames; only the one used by this page is hosted here. The pretrained model itself (saved_model.pb and its 204 MB variables file) is deliberately not hosted. It stays in the course lab archive.