ECE 276A Course Project - 1
The project detects stop signs using a Logistic Regression model.
stop_sign_detector.py -- Main code which implements the function segment_image and get_bounding_box. Used by AutoGrader.
labeling.py -- Code which uses RoiPoly to hand-label images for creating the training dataset.
data_partition -- Code to partition the dataset into the training and validation dataset.
training_code.py -- Code used to train the discriminative model using Logistic Regression.