- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
shubhamnawani99/ObjectDetection
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
YOLO Object detection done as a part of Summer Training