vehicleDetectorFasterRCNN
Detect vehicles using Faster R-CNN
Description
                    returns a trained Faster R-CNN (regions with convolution neural networks) object
                    detector for detecting vehicles. Faster R-CNN is a deep learning object
                    detection framework that uses a convolutional neural network (CNN) for
                    detection.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.
