Giter Site home page Giter Site logo

fast-object-detection-server's Introduction

Installation and Running Guide for Fast Object Detection

Author: Yun Liu

Date: 2019/01/01

1. Devices, Drivers and System

1.1 GPU Devices

We only test this program on Nvidia GTX 1060 6GB and Nvidia GTX 1080 Ti, so make sure you have those devices before running this program.

1.2 Drivers

1.2.1 CUDA Drivers

Make sure you install CUDA 9.0 as your graphics card driver.

1.2.2 Cudnn

Make sure you install Cudnn 7.x on your computer.

1.3 System

We support Windows 10 x64 professional, but it should work fine with Ubuntu 16.04 LTS and Ubuntu 18.04 LTS.

2. Python Libs

Following packages should be installed before running:

PackageName Version

Click 7.0

Flask 1.0.2

Jinja2 2.10

MarkupSafe 1.1.0

Pillow 5.3.0

PyWavelets 1.0.1

Werkzeug 0.14.1

cloudpickle 0.6.1

cycler 0.10.0

dask 1.0.0

decorator 4.3.0

itsdangerous 1.1.0

kiwisolver 1.0.1

matplotlib 3.0.2

networkx 2.2

numpy 1.15.4

opencv-python 3.4.4.19

pip 10.0.1

pyparsing 2.3.0

python-dateutil 2.7.5

scikit-image 0.14.1

scipy 1.1.0

setuptools 39.0.1

six 1.11.0

toolz 0.9.0

torch 0.4.1

torchvision 0.2.1

tqdm 4.28.1

waitress 1.1.0

3.Running

3.1 Local

cd $ROOTDIR$ // cd into the root project directory

python app.py // start flask service and you can find this website running at http://localhost:5000/

3.2 Remote

You need to comment line 64 and uncomment line 66 in app.py first

cd $ROOTDIR$ // cd into the root project directory

python app.py // start flask service and you can find this website running at http://YOURIPADDR:8080/ and can be accessed remotely.

4.Trouble Shooting

First detection will be much slower because system need to load weights and networks into memory.

fast-object-detection-server's People

Contributors

liuwuliuyun avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.