vehicleDetectorFasterRCNN
Detect vehicles using Faster R-CNN
Description
detector = vehicleDetectorFasterRCNN
The detector is trained using unoccluded images of the front, rear, left, and right sides of vehicles. The CNN used with the vehicle detector uses a modified version of the MobileNet-v2 network architecture.
Use of this function requires Deep Learning Toolbox™.
Note
The detector is trained using uint8 images. Before
                            using this detector, rescale the input images to the range [0, 255] by
                            using im2uint8 or rescale.
