Skip to content

YOLO Object detection done as a part of Summer Training

Notifications You must be signed in to change notification settings

shubhamnawani99/ObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLO Object detection demonstation

  • Using django at the back end, we have made a web application that would enable you to upload any picture and run the YOLOv3 algorithm in it, to detect upto 80 classes.
  • Download the YOLOv3-608 weights and configuration from - https://pjreddie.com/darknet/yolo/ and place them in the "\YOLO\yolo_v3" directory
  • Open manage.py and run the following command: manage.py -runserver