Questions

  1. Use pre-trained Fast-RCNN and MobileNet models for real-time object detection with Keras.
  2. We used a YOLO v2 pre-trained model to implement object detection. Try to use a YOLO v3 pre-trained model to implement object detection.
  3. What is fine-tuning, and how does it differ from transfer learning? Demonstrate with an example.
  4. We have trained the FC layers of VGG16 only for transfer learning. Use VGG19, Resnet50, and Inception V3 models instead, with Keras. Does the accuracy improve?
  5. For transfer learning with Keras, we used 500 images for training and 50 images for validation for each of the flower classes, with a non-standard 91:9 training to validation dataset ratio. Change it to standard 80:20 validation—how much does it affect ...

Get Hands-On Image Processing with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.