Giter Club home page Giter Club logo

traffic-sign-detection's Introduction

traffic-sign-detection

traffic sign detection with HOG feature and SVM model

see details in my blog: https://blog.csdn.net/sinat_34474705/article/details/80502789

dependence

  • numpy
  • opencv >= 3.0
  • skimage
  • sklearn

files description

  • test_image.py: detect the signs on an image.

  • test_video.py: detect the signs on a video.

  • test_dir.py: detec the images in a directory (save the result in a txt file).

  • evaluation.py: compute the precision and recall based on the detect result txt file, which needs the label txt file (generated by tools/preprocess_traffic_signs.py)

traffic-sign-detection's People

Contributors

zhoujiahuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

traffic-sign-detection's Issues

Data download

Hello
I can't download data from baidu site! can you upload it in google drive?

about test

你好,我訓練完後生成了很多pyc檔,
我猜測是拿這個做測試吧?
但在load時,會出現一些問題,

Traceback (most recent call last):
File "test_video.py", line 120, in
clf = joblib.load("./svm_hog_classification/svm_model.pkl_11.npy")
File "/usr/lib/python2.7/dist-packages/joblib/numpy_pickle.py", line 459, in load
obj = unpickler.load()
File "/usr/lib/python2.7/pickle.py", line 864, in load
dispatchkey
KeyError: '\x93'

還是說只要給他svm_model.pkl就好了?
謝謝

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.