Source code for my team's project at Computer Vision Subject. The project is an Object Detection Application on image file.
- Jupyter Notebook.
- Python 3.
- PIP (package manager for Python).
- Git (optional).
Use git command to install the project.
git clone https://github.com/KrisnaDana/Object-Detection.gitOr download zip file of the project.
Install necessary libraries using the following command.
pip install opencv-python
pip install numpy
pip install matplotlib
pip install requests
pip install torch
pip install customtkinter
pip install pillow
pip install tk
pip install torchvision- Open the project using Jupyter Notebook.
- Select a
main.ipynbfile. - Click
Run Allbutton.
- For the first time you run the project, you may have to wait for several minutes because the program import a model.