keras-YOLOv3-mobilenet icon indicating copy to clipboard operation
keras-YOLOv3-mobilenet copied to clipboard

Training with other feature extractors

Open bored-wolf opened this issue 6 years ago • 0 comments

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?

bored-wolf avatar Dec 26 '18 12:12 bored-wolf