An open API service indexing awesome lists of open source software.

https://github.com/zakideep/object-detection_model_with_transfer_learning-

This project uses transfer learning with ResNet50 for object detection. It identifies and localizes objects in images by drawing bounding boxes, leveraging the KITTI dataset for training.
https://github.com/zakideep/object-detection_model_with_transfer_learning-

jupyter-notebook kitti-dataset object-detection tensorflow tensorflow-datasets tensorflow-lite tensorflow-models transfer-learning

Last synced: 6 months ago
JSON representation

This project uses transfer learning with ResNet50 for object detection. It identifies and localizes objects in images by drawing bounding boxes, leveraging the KITTI dataset for training.

Awesome Lists containing this project

README

          

# Object-detection_model
🚀 Project Overview:
This project applies transfer learning to object detection using a pre-trained deep learning model. It identifies and localizes objects in images by drawing bounding boxes around detected objects.
📂 Dataset Used:
• The model is trained on the KITTI dataset, which is widely used in autonomous driving research.
• Dataset Breakdown:
o Training Set: 6,347 images
o Validation Set: 423 images
o Test Set: 711 images
🎯 Model Details:
• Pre-trained Model Used: ResNet50
• Framework: TensorFlow
• Transfer Learning: Fine-tuned ResNet50 on the KITTI dataset for object detection.
• Training Time: ~26 minutes (1586 seconds)