Skip to content

Source code for my team's project at Computer Vision Subject. The project is an Object Detection Application on image file.

Notifications You must be signed in to change notification settings

KrisnaDana/Object-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection

Source code for my team's project at Computer Vision Subject. The project is an Object Detection Application on image file.

Requirements

  • Jupyter Notebook.
  • Python 3.
  • PIP (package manager for Python).
  • Git (optional).

Installation

Use git command to install the project.

git clone https://github.com/KrisnaDana/Object-Detection.git

Or download zip file of the project.

Configuration

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

Run the Project

  • Open the project using Jupyter Notebook.
  • Select a main.ipynb file.
  • Click Run All button.

Important Notes

  • For the first time you run the project, you may have to wait for several minutes because the program import a model.

About

Source code for my team's project at Computer Vision Subject. The project is an Object Detection Application on image file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published