Giter VIP home page Giter VIP logo

sayantanmukherjee6 / wannapark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dalmia/wannapark

0.0 2.0 0.0 162.96 MB

Your Personal Parking Buddy - Project aimed at presenting a model to find a vacant parking spot in real time and ensure car safety using Deep Learning (Parking spot Classification and Face recognition).

Home Page: http://dalmia.github.io/WannaPark/

License: GNU General Public License v3.0

Java 18.74% Python 76.10% Shell 0.27% C 0.96% Batchfile 0.03% Jupyter Notebook 3.91%

wannapark's Introduction

WannaPark - Your Personal Parking Buddy

A Real-time car parking system model using Deep learning applied on CCTV camera images, developed for the competition IdeaQuest, held among the summer interns of Qualcomm. We also propose a novel method for internal navigation and prevention of Car thefts (all details are not released yet).

Description

  • android - Contains the code for the Android App for WannaPark and a utility scanner app.

           

  • face_comparison - Contains the code to implement face comparison using Histogram of Gradients (HOG) for extracting the faces from the 2 images, Pose estimation to align the extracted face images as close to the center as possible and finally, using the VGGNet-16 (with weights=imagenet) as a feature extractor for the two images. The similarity comparison is done by calculating the euclidean distance between the extracted features of the two images. Compare different images using images placed in images/test_images.

Input Entry       Input Exit

Entry Image       Exit Image 1

Output Entry       Output Exit

Output Entry Image       Output Exit Image 1

Distance: 11.616581

Input Entry       Input Exit

Entry Image       Exit Image 2

Output Entry       Output Exit

Entry Image       Output Exit Image 2

Distance: 25.926846
  • images - Contains the various images used.

    • final_detection - Contains the image for parking lot vacancy detection.
    • final_entry - Contains the image considered as the one during entry in the parking lot.
    • final_exit - Contains the image considered as the one during exit from the parking lot.
    • test_images - Contains images which can be used for seeing different results (Don't forget to change the extension of file names to .jpg).
  • parking_lot_detection - Contains the code to implement parking lot vacancy detection. It uses the PKLot dataset for training where each image is of size 54x32. It uses the pre-trained convolutional layers from VGGNet-F (As this is the only version of VGGNet which would work with images of dimension 54x32) and then fine-tunes the dense layer for the required task. It achieved an accuracy of ~ 94%. Details on using the code are present in the folder.

Input       Output

     

  • server - Contains the server side code implemented in Python which connects the Android Application, a scanner app, the face_comparison module and the parking_lot_detection module.

We used neuralPlateRecognition for Number plate extraction from the image.

Contributors

wannapark's People

Contributors

dalmia avatar

Watchers

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