Meet Inspiring Speakers and Experts at our 3000+ Global Conference Series Events with over 1000+ Conferences, 1000+ Symposiums
and 1000+ Workshops on Medical, Pharma, Engineering, Science, Technology and Business.

Explore and learn more about Conference Series : World's leading Event Organizer

Back

Sharan Kumar Santhanakrishnan & Rakhsanth Rammohan

Sharan Kumar Santhanakrishnan & Rakhsanth Rammohan

St.Josephs’s College of Engineering, India

Title: Efficient way for detecting and tracking of object irrespective of speed of the motion

Biography

Biography: Sharan Kumar Santhanakrishnan & Rakhsanth Rammohan

Abstract

Multiple object detection and tracking is still facing some difficulties like efficiency, reliability and creation of datasets. In this paper we are going to present about the efficient way of detecting and tracking of multiple objects regardless of the speed of its motion. We use tensor-flow in combination with OpenCV in which both are open source. We use tensor-flow for training the data sets for object identification and Kalman filtering algorithm for motion tracking and embed them into OpenCV for real-time image/video manipulations. We use SSD (Single Shot multi-box Detector) architecture of convolutional neural network for training the dataset for minimizing the GPU requirement than RCNN (Region Convolution Neural Network). We have also implemented a special algorithm that will boost the SSD model’s accuracy to some extent. The datasets for any training model needs to be well suited and labeled which is somewhat difficult to create that dataset. To reduce the difficulty of that we have proposed another technic by which we can just send the dataset with noise into the OpenCV only with labels. Then system will automatically crop those image from the datasets according to the requirement of the architecture (SSD) used. This will help us in creating datasets in a simple and cost efficient way.