keras-YOLOv3-mobilenet
keras-YOLOv3-mobilenet copied to clipboard
Training with other feature extractors
Hey, query with respect to implementing other networks as backends for the Yolov3. Would it be straightforward to implement a Resnet or VGGNet extractor by switching up the keras import for the Mobilenet model in the Yolo model file and extract an equivalent number of layers for prediction?