Dinesh Kumar Amara (dineshresearch)

dineshresearch

User data from Github https://github.com/dineshresearch

Company:Amrita University

Location:Coimbatore

Home Page:https://dineshresearch.github.io/

GitHub:@dineshresearch


Organizations
CEN-Control-Systems-Lab
cen-labs
DeepRoboticsResearch
SecCEN

Dinesh Kumar Amara's repositories

adversarial

Code and hyperparameters for the paper "Generative Adversarial Networks"

Language:PythonLicense:BSD-3-ClauseStargazers:0Issues:1Issues:0

awesome-deep-learning

A curated list of awesome Deep Learning tutorials, projects and communities.

Stargazers:0Issues:1Issues:0

CANBUS-Hack

Code from Chris Valasek @nudehaberdasher and Charlie Miller @0xcharlie car hack: http://blog.ioactive.com/2013/08/car-hacking-content.html

Language:PythonStargazers:0Issues:1Issues:0

CS280MiniPlaces

Homework 3 for Berkeley CS 280: our version of the MIT Mini Places challenge

Language:PythonStargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Distracted-Driver-Detection-with-Deep-Learning

This project aims to detect the dangerous status of driving based on the images captured by the dashboard camera using deep learning.

Language:PythonStargazers:0Issues:1Issues:0

duth-robotics-team-project1

Automatically exported from code.google.com/p/duth-robotics-team-project1

Language:C#Stargazers:0Issues:0Issues:0

ElectricVehicleDetection

From smart meter data (ie 30 min interval load) of 100+ houses, train classifier to detect if a specific house has an EV and when it is likely to be charging

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

ElectricVehicleProject-DreamTeamClone

Electric Vehicle Project - Dagne Project with Dream Team

Language:CStargazers:0Issues:1Issues:0

Emotion-Detection-in-Videos

The aim of this work is to recognize the six emotions (happiness, sadness, disgust, surprise, fear and anger) based on human facial expressions extracted from videos. To achieve this, we are considering people of different ethnicity, age and gender where each one of them reacts very different when they express their emotions. We collected a data set of 149 videos that included short videos from both, females and males, expressing each of the the emotions described before. The data set was built by students and each of them recorded a video expressing all the emotions with no directions or instructions at all. Some videos included more body parts than others. In other cases, videos have objects in the background an even different light setups. We wanted this to be as general as possible with no restrictions at all, so it could be a very good indicator of our main goal. The code detect_faces.py just detects faces from the video and we saved this video in the dimension 240x320. Using this algorithm creates shaky videos. Thus we then stabilized all videos. This can be done via a code or online free stabilizers are also available. After which we used the stabilized videos and ran it through code emotion_classification_videos_faces.py. in the code we developed a method to extract features based on histogram of dense optical flows (HOF) and we used a support vector machine (SVM) classifier to tackle the recognition problem. For each video at each frame we extracted optical flows. Optical flows measure the motion relative to an observer between two frames at each point of them. Therefore, at each point in the image you will have two values that describes the vector representing the motion between the two frames: the magnitude and the angle. In our case, since videos have a resolution of 240x320, each frame will have a feature descriptor of dimensions 240x320x2. So, the final video descriptor will have a dimension of #framesx240x320x2. In order to make a video comparable to other inputs (because inputs of different length will not be comparable with each other), we need to somehow find a way to summarize the video into a single descriptor. We achieve this by calculating a histogram of the optical flows. This is, separate the extracted flows into categories and count the number of flows for each category. In more details, we split the scene into a grid of s by s bins (10 in this case) in order to record the location of each feature, and then categorized the direction of the flow as one of the 8 different motion directions considered in this problem. After this, we count for each direction the number of flows occurring in each direction bin. Finally, we end up with an s by s by 8 bins descriptor per each frame. Now, the summarizing step for each video could be the average of the histograms in each grid (average pooling method) or we could just pick the maximum value of the histograms by grid throughout all the frames on a video (max pooling For the classification process, we used support vector machine (SVM) with a non linear kernel classifier, discussed in class, to recognize the new facial expressions. We also considered a Naïve Bayes classifier, but it is widely known that svm outperforms the last method in the computer vision field. A confusion matrix can be made to plot results better.

Language:PythonStargazers:0Issues:1Issues:0

FormulaElectricSimTool

Drivecycle simulation of the MFE2017/2018 vehicle

Language:MatlabStargazers:0Issues:1Issues:0

group_travel_optimization

Use various optimization techniques, e.g. hill climbing, simulated annealing and genetic algorithm to optimize a group travel planning problem

Language:PythonStargazers:0Issues:1Issues:0

gtsrb.torch

Traffic sign recognition with Torch

Language:LuaLicense:MITStargazers:0Issues:1Issues:0
Language:TeXStargazers:0Issues:1Issues:0

machinelearninginaction

Source Code for the book: Machine Learning in Action published by Manning

Language:HTMLStargazers:0Issues:1Issues:0

P0_prototype

Prototype for CarND first week project

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Python-for-Signal-Processing

Notebooks for "Python for Signal Processing" book

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:0Issues:0Issues:0

research

dataset and code for 2016 paper "Learning a Driving Simulator"

Language:PythonLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0

retweet-bot

Retweets tweets mentioning your hashtag/search query. Supports Twitter API v1.1.

Language:PythonLicense:MPL-2.0Stargazers:0Issues:1Issues:0

roadhopper

A driving cycle simulator that uses an actual map route and vehicle and driver models to create a driving cycle.

Language:JavaScriptLicense:MITStargazers:0Issues:1Issues:0

rovernet

Deep reinforcement learning-driven robotic controller and navigation library using Torch.

Language:C++Stargazers:0Issues:1Issues:0

Self-Driving-Car-1

Python implementations of the main components used to control autonomous, self-driving vehicles.

Language:PythonStargazers:0Issues:1Issues:0

torch-TripletEmbedding

TripletLoss used in Google's FaceNet paper

Language:LuaLicense:MITStargazers:0Issues:1Issues:0

udacity

Projects created by students of Udacity, the XXI century university.

Language:PythonStargazers:0Issues:1Issues:0