Giter Club home page Giter Club logo

any-object-detection-api-master's Introduction

Any-Object-Detection-API

Creating Flask api and object detection using yolo3. we have only these 3 things requirements:

1.Pretrained weights file (yolov3.weights)

https://pjreddie.com/media/files/yolov3.weights
copy it,in yolo_files/

2.classes names file (coco.names)

present in repo not require

3.yolov3_custum.cfg (yolov3_custom.cfg)

present in repo

requirements

pip install requirement.txt

Run the app.py

python app.py
localhost:5000/

Example Input

babu

OUTPUT

babu_yolo_out_py

how can update yolov3_custom.cfg(Not Require for this repo project already done)

1.subdivisons=16/32

if classes=80

2.max_batches=(classes*2000)

(min_batches=4000,max_batches = 500200)
Note: if classes=1 then max_batches=4000

3.steps=80% of max_batches,90% of max_batches

(ex. steps=3200,3600 if classes=1)
(steps=400000,450000 if classes =80)
( on 17 line)
4.filters=(classes+5)*3

filters= (80+5)*3=255

last give classes name in coco.names

then finish updating.ok

any-object-detection-api-master's People

Contributors

kushal334 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.