Coder Social home page Coder Social logo

alenk123 / v.a.silly Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 0.0 9.03 MB

Object detection project

License: MIT License

Python 20.76% C++ 54.83% Makefile 1.35% Shell 0.56% HTML 3.78% JavaScript 18.73%
cpp python3 python keras tensorflow keras-tensorflow convolutional-neural-networks opencv json python-c-api

v.a.silly's Introduction

V.A.Silly

Live Video Object Detection and Classification Program.

Abstract

This project is basically an R-CNN object detection and classification program using a live video feed from the camera or a video using an object detection engine and a the Cifar100/Cifar10 neural networks for classification of said objects.

The Neural networks were trained with the Python Keras library to attain a Convolutional neural network.

The largest part of the project is the object detection engine (C++) that uses a selective search algorithm to detect objects in the frame of a feed. using OpenCV, we make region proposals and then, by using cool math and cool algorithms we reduce the regions to about less than 10-20% of the initial region proposals to more relevant regions. Sources

After gathering all of the regions we take every ROI and send it to the classifier for classification and confidence score of the network. We use only classification where the confidence score is larger than 0.4. so about 40% confidence score is fine in the meantime.

After all of these boring stuff we draw a bounding box around the object and write the classification in the bounding box

Files

NN/

Files for the neural network part of the project.

image-processing/

Source and Header files for the image processing part of the project and a makefile in the src/ directory.

install/

Script for preparing the executable files.

app/

The JS app location.

.config/

Home of the config file.

.log/

Home of the error log file.

Preparing and Compiling

First you need to link some files to some directories. cd install && . ./install.sh Then you need to compile the binary using the Makefile cd ../image-processing/src && make Then you install the app dependencies cd ../../app && npm install

Dependencies

NodeJs: Matirealized-css
Python3: Tensorflow2, Keras, OpenCV, Numpy, H5PY
C++: OpenCV4, Python C/C++ API

Notes

Probably works only for UNIX PC's

v.a.silly's People

Contributors

alenk123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

v.a.silly's Issues

random seg faults

Sometimes it segfaults,
Sometimes it doesn't,

Your project is basically a true random generator.

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.