Pinned Repositories
Activation-Functions
Comparision of commonly used activations
Any-Object-to-Control-the-Mouse-Pointer
This program allows the user to slide a set of trackbars to filter out colours and select only a particular colour. The user can then control the mouse pointer of their computer or laptop using this object.
AutoEncoder
Develop models for self supervised learning
Basic-Virtual-Assistant
This is a basic virtual assistant that is capable of returning wikipedia articles, wolfram alpha results and google results.
Bluetooth-Car
A Bluetooth robot car that works on voice commands accepted from a mobile phone. The project was built using an Arduino Microcontroller, a HC-05 Bluetooth module and electronic components such as resistors, batteries etc.
Custom-Dataset-and-Dataloader-in-Torch
Sample code for creating a modified dataset class in torch that can be used for training.
Ebike-Electronic-Speed-Controller
Code and Circuit Schematic for an ebike speed controller. The circuit involves a throttle, an LCD screen, hall sensor, battery voltage sensor, arduino uno microcontroller, a 24V motor driver and a 250w PMDC motor.
IOU
Function to calculate Intersection over Union of bounding boxes
Neural-Nets-From-Scratch
Non-Max-Suppression
Function to perform Non Max Suppression
vineeth2309's Repositories
vineeth2309/Custom-Dataset-and-Dataloader-in-Torch
Sample code for creating a modified dataset class in torch that can be used for training.
vineeth2309/IOU
Function to calculate Intersection over Union of bounding boxes
vineeth2309/AutoEncoder
Develop models for self supervised learning
vineeth2309/Ebike-Electronic-Speed-Controller
Code and Circuit Schematic for an ebike speed controller. The circuit involves a throttle, an LCD screen, hall sensor, battery voltage sensor, arduino uno microcontroller, a 24V motor driver and a 250w PMDC motor.
vineeth2309/Neural-Nets-From-Scratch
vineeth2309/Non-Max-Suppression
Function to perform Non Max Suppression
vineeth2309/Activation-Functions
Comparision of commonly used activations
vineeth2309/Any-Object-to-Control-the-Mouse-Pointer
This program allows the user to slide a set of trackbars to filter out colours and select only a particular colour. The user can then control the mouse pointer of their computer or laptop using this object.
vineeth2309/Basic-Virtual-Assistant
This is a basic virtual assistant that is capable of returning wikipedia articles, wolfram alpha results and google results.
vineeth2309/Bluetooth-Car
A Bluetooth robot car that works on voice commands accepted from a mobile phone. The project was built using an Arduino Microcontroller, a HC-05 Bluetooth module and electronic components such as resistors, batteries etc.
vineeth2309/CarND-Advanced-Lane-Lines
vineeth2309/Complex-YOLO
Implementation of Complex-YOLO 3D in PyTorch
vineeth2309/Computer-Vision-Final-Project
Code submission for Computer Vision Final Project
vineeth2309/Crypto-Price-Prediction
Predict Cryptocurrency prices using historical data
vineeth2309/Hellow-World
test
vineeth2309/IR-Final-Project-Group-5
Final Project for Intelligent Robotics Group 5
vineeth2309/K-Means-Clustering-
A sample code to implement K Means Clustering from using numpy
vineeth2309/keras_zoo
Keras implementation of Classification, Detection and Segmentation Networks
vineeth2309/learnopencv
Learn OpenCV : C++ and Python Examples
vineeth2309/monodepth2
[ICCV 2019] Monocular depth estimation from a single image
vineeth2309/openpilot
open source driving agent
vineeth2309/Paint-With-Any-Object
This is a program to allow a user to paint with any object they want. The user can slide the trackbars to detect any particular colour of an object and then paint on a pygame screen using that object.
vineeth2309/PIXOR
Unofficial PyTorch Implementation of PIXOR: Real-time 3D Object Detection from Point Clouds
vineeth2309/Self-Driving-Car-Simulation
Working on creating a simulation of a self driving car. Am currently working on the lane detection, and am trying out different methods for lane detection. Will be working on perspective transform to calculate the angle on the turn and radius of the road.
vineeth2309/Semantic-Segmentation-Suite
Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
vineeth2309/Structure-from-motion
vineeth2309/T-Shirt-Detection
This project is a solution to the problem of having to track a single person in a crowd of people. The code uses a simple colour thresholding algorithm to detect the t-shirt, coupled with algorithms to recaliberate the t-shirt colour.
vineeth2309/YOLO3D
Implementation of a basic YOLO model for object detection in 3D