/Assessment

Object Detection Using YOLO and MobileSSD

Primary LanguagePython

Assessment

Object Detection Using YOLO and MobileSSD

How to use?

  1. Clone the repository.
git clone https://github.com/hasnainali659/Assessment.git
  1. Download Yolo weight file
https://drive.google.com/open?id=1PaYnSWfcMSD5rgXkdZe9qBNBURETKiTJ
  1. Place Yolo weight file in the Yolo directory and rename as.
yolov3.weights
  1. Open command line like Anconda prompt/CMD/Gitbash/Terminal and traverse to the assessment folder. In my case using
 C:\Users\Hasnain\Downloads\Assessment>
  1. Create a virtual environment named 'assessment'.
conda create --name assessment
  1. Install requirement.txt file
pip install -r requirements.txt
  1. To run Mobile SSD directly run command.
python detection_SSD.py
  1. To run YOLO run command
python Yolo.py --image Hasnain.jpg

Note: Hasnain.jpg can be replaced with any other file in the Yolo folder.