GithubHelp home page GithubHelp logo

cvjena / artos Goto Github PK

View Code? Open in Web Editor NEW
67.0 67.0 24.0 35.31 MB

Adaptive Real-Time Object Detection System with HOG and CNN Features

License: GNU General Public License v3.0

Python 9.58% C++ 86.76% C 3.16% CMake 0.51%
computer-vision gui hog image-processing imagenet machine-learning machine-learning-library machinelearning object-detection python whitened-hog

artos's People

Contributors

callidior avatar erodner 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

Watchers

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

artos's Issues

PIL Import error

Below is the error when running launch

cvjena-artos-79c456f\PyARTOS\GUI\MainFrame.py in <module>()
     22 
     23 import os
---> 24 from PIL import Image, ImageTk
     25 
     26 from .. import utils

ImportError: No module named PIL

Please check this for solution: http://stackoverflow.com/questions/8863917/importerror-no-module-named-pil

Below are the addtional locations you need to change:

cvjena-artos-79c456f\PyARTOS\GUI\SetupDialog.py in <module>()
     17 
     18 import os
---> 19 from .. import utils, imagenet
     20 from ..config import config
     21 
cvjena-artos-79c456f\PyARTOS\imagenet.py in <module>()
      4 from . import artos_wrapper, utils
      5 from .artos_wrapper import libartos
----> 6 from PIL import Image
      7 from glob import glob
      8 import ctypes, os.path, re, tarfile

ImportError: No module named PIL

missing Eigen files

Below is the build error:

cvjena-artos-79c456f\src\ffld\HOGPyramid.h(26): fatal error C1083: Cannot open include file: 'Eigen/Core': No such file or directory

Looks like Eigen directory is missing in the source commit.

Performance impact by image resolution

What is the performance impact on object detection algorithms due to the varying image resolution. How the processing time changes as the image size alters.

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.