Pinned Repositories
Binary_Segmentation_GMM
The aim of the project was to do binary image segmentation of grayscale images using Gaussian mixture model (GMM) and Expectation maximization (EM) algorithm. A mixture of 5 Gaussians was trained on the foreground (input rectangular region of the given image) and a mixture of 5 Gaussians was trained on the background (whole image except foreground box) using pixel wise labeling into foreground and background. After learning the foreground and background pixel intensity distribution a pixel-wise classification was done to perform final segmentation of the whole image into foreground and background.
countception
Count-Ception: Counting by Fully Convolutional Redundant Counting
Deep_Head_Pose_Estimation
Estimation of 3 euler angles to predict the pose of head from a given RGB image
DL4CV--Assignment-1
DL4CV--Assignment-2
DL4CV--Assignment-3
face-recognition-service
Face recognition online service, allow user training it.
Face_Match_API
A web service for matching faces using two images, two UUIDs (from redis database) and for finding facial features
face_recognition
The world's simplest facial recognition api for Python and the command line
HistoNet
kishansharma3012's Repositories
kishansharma3012/Deep_Head_Pose_Estimation
Estimation of 3 euler angles to predict the pose of head from a given RGB image
kishansharma3012/HistoNet
kishansharma3012/Face_Match_API
A web service for matching faces using two images, two UUIDs (from redis database) and for finding facial features
kishansharma3012/Binary_Segmentation_GMM
The aim of the project was to do binary image segmentation of grayscale images using Gaussian mixture model (GMM) and Expectation maximization (EM) algorithm. A mixture of 5 Gaussians was trained on the foreground (input rectangular region of the given image) and a mixture of 5 Gaussians was trained on the background (whole image except foreground box) using pixel wise labeling into foreground and background. After learning the foreground and background pixel intensity distribution a pixel-wise classification was done to perform final segmentation of the whole image into foreground and background.
kishansharma3012/countception
Count-Ception: Counting by Fully Convolutional Redundant Counting
kishansharma3012/DL4CV--Assignment-1
kishansharma3012/DL4CV--Assignment-2
kishansharma3012/DL4CV--Assignment-3
kishansharma3012/face-recognition-service
Face recognition online service, allow user training it.
kishansharma3012/face_recognition
The world's simplest facial recognition api for Python and the command line
kishansharma3012/Plant-Disease-Classification-
Plant disease Classification
kishansharma3012/Fashion_MNIST
Training and testing different models on Zalando Fashion MNIST dataset.
kishansharma3012/kishansharma3012.github.io
My website
kishansharma3012/Machine_Learning_Medical_Imaging
kishansharma3012/Object_Detection_Using_Random_Forest
The aim of the project was to do object detection and classification simultaneously using Random forest classifier. A random forest is an ensemble of multiple randomly trained decision trees. By aggregating all the predictions from different decision trees, a forest can in general yield a more robust prediction than a single tree. HOG (Histogram of Gradients) descriptors were extracted from all input images belonging to 6 different classes. A random forest was trained on HOG descriptors of the input images. Then, using sliding windows approach (using multiple aspect ratio and scale) multiple images were created from a single test image for classification. After that classification was done for each sliding window image using random forest classifier. After that non maximal suppression was used to get a single window from multiple overlapping windows around an object. Results were evaluated using IoU (intersection over union) between predicted bounding boxes and ground truth bounding boxes. A final precision-recall curve generated for different values of IoU threshold.
kishansharma3012/second.pytorch
PointPillars for KITTI object detection
kishansharma3012/web-development
web development repository