Git Product home page Git Product logo

car_detection_recognition's Introduction

Car Detection, Tracking and Model Recognition

This project is supervised by Prof. Richard Sinnott for Computing Project (COMP90055 2019, University of Melbourne).

Description

This project implements an Android application for Car detection, tracking, and Model recognition based on deep learning model. For example, if one video is uploaded to the application, we need to recognise all the cars in the video.

Car Detection -> Tracking -> Car Model Recognition

Team Members

Xiaokang Zhang

Weizhuo Zhang

Zisen Zhou

Demo

Real-Time Module

YouTube Link

real_time_demo

Server Module

YouTube Link

server_video_demo

Server Module Operation Demo

server_operation_demo

Assessment

Grading Parts Percentage
Source Code 45%
Final Report 45%
Presentation 10%

Dataset

cars_annos.mat -> annotations

relative_im_path bbox_x1 bbox_y1 bbox_x2 bbox_y2 class test
'car_ims/000001.jpg' 112 7 853 717 1 false
'car_ims/000163.jpg' 131 124 537 329 3 false
'car_ims/000690.jpg' 8 33 195 119 9 false
... ... ... ... ... ... ...

cars_annos.mat -> class_names (1x196)

'AM General Hummer SUV 2000' 'Acura RL Sedan 2012' 'Acura TL Sedan 2012' ...

Stages and TODO check list

First Stage

Android Application

  • Application Prototype: the Android application should have a button for uploading the videos and a window show the output video.

Deep Learning Model

  • Car Detection Model (one car): detect one car in a input image.
  • Car Model Recognition Model: recognise the model of the car, the input should be the image croped by Car Detection Model (one car)

Data Collection

  • Crawler: collect the data continuesly

Second Stage

Android Application

  • Beautify the app: try to make the app more beautiful.
  • Use C++ to speed up: try to use OpenCV C++ to speed up image processing or video processing. Running in the JNI(Java Native Interface).
  • Camera Process: Use camera to capture the video stream and process real-time.

Deep Learning Model

  • Car Detection Model(multi-cars): detect all the cars in a input image.
  • Overlap cars: detect the car hiden behind a obstacle.
  • Car tracking: record the ID and position of previous frame for tracking the car, smooth the output.
  • Run model locally: Real-time processing. At least 30 frames = 33ms, ideally 60 frames = 16ms.
  • Model Quantization: try to shrink the model size and not hurt the performance. (SNPE SDK)
  • Snapgragon GPU or NPU: try to use SNPE to run the model in GPU or NPU

car_detection_recognition's People

Contributors

weizhuo-zhang avatar zhkyle0903 avatar toponeson avatar

Stargazers

charmander_didi avatar Yizhou Zhu avatar Hanxun Huang avatar Martin Luo avatar

Watchers

James Cloos avatar

Forkers

toponeson

car_detection_recognition's Issues

安卓demo

显示摄像头录制的window,以及上传button

Study YOLOv3

learn about YOLOv3 and its implementation on tensorflow

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.