Skip to content

Shubham0Rajput/image-determination-with-YOLO-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

image-determination-with-YOLO-method

In this the image determination with Yolo Method

Step 1. Prerequisite

_Before everything, install these things on your system

After Downloading Anaconda Write these command into Anaconda Promt

  • For installing Python
  conda install -c conda-forge python
  • For installing OpenCV
  conda install -c conda-forge opencv
  • For installing Jupyter Labs
  conda install -c conda-forge jupyterlab

Step 2. Running The code

  1. Open the Jupyter Lab (in the same Directory the the code.ipynb is stored)
jupyter notebook
  1. Copy yolo.h5 to
YOLOv3/data/
  1. Open the code.ipynb from Home Page of Jupyter Notebook
  2. Press Shift+Enter to Run the code

Also

The already stored photo to Detection of object can be changed

Change the "image" in code

WORKING

before after

About

In this the image determination with Yolo Method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published