This repository contains code and resources for object detection.
main.ipynb: Jupyter Notebook containing the main code for object detection.video_best.mp4: Example video showcasing the best object detection results.video_yolov3-tinyu.mp4: Example video demonstrating the YOLOv3-tiny model in action..gitignore: Specifies files and directories that should be ignored by Git.
To get started with this project, follow these steps:
- Clone the Repository
bash git clone https://github.com/d3rar/Object-Detection.git cd Object-Detection
-
Install Dependencies Make sure you have Jupyter Notebook installed. You can install the required libraries
-
Run the Notebook Open the
main.ipynbfile in Jupyter Notebook and run the cells to execute the project.