shreyas-bk
SiMa.ai, M.Eng. CS at Cornell Tech, Former Research Intern at Harvard VCG. Check out my ML/DL/CV based repositories
SiMa.aiSan Jose
Pinned Repositories
BOXER_auto_annotation_tool
Real time automatic creation of bounding boxes as well as salience maps around detected objects for fixed backgrounds. Save images as well as the corresponding annotations once the object has been detected. Uses OpenCV and TensorFlow
OptimalCluster
OptimalCluster is the Python implementation of various algorithms to find the optimal number of clusters. The algorithms include elbow, elbow-k_factor, silhouette, gap statistics, gap statistics with standard error, and gap statistics without log. Various types of visualizations are also supported.
Personal_Face_Mask_Detection_V3
Determines whether a specific user is wearing a face mask or not using a 2-factor approach written in Python with TensorFlow and OpenCV modules. Includes a Google Colab notebook tutorial and code for real-time detection using OpenCV.
PMBW_Object_Detection_In_Thermal_Images
Paced Multistage Blockwise Framework for Object Detection in Thermal Images
py-denseflow-GPU
Extract optical flow images from videos with GPU and multiprocessing support
RPI-Drone-Image-Detection-IOT-Project
Person Detection with TF from RPi images on the Cloud with flask-ngrok UI
U-2-Net
Modified fork of Xuebin Qin's U-2-Net Repository. Used for demonstration purposes.
U-2-Net-Keras
Keras version of U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection
u2netdemo
Demonstration using Google Colab to show how U-2-NET can be used for Background Removal, Changing Backgrounds, Bounding Box Creation, Salient Feature Highlighting and Salient Object Cropping.
shreyas-bk's Repositories
shreyas-bk/BOXER_auto_annotation_tool
Real time automatic creation of bounding boxes as well as salience maps around detected objects for fixed backgrounds. Save images as well as the corresponding annotations once the object has been detected. Uses OpenCV and TensorFlow
shreyas-bk/BITSF312_A1-NNFL-Assignment1
Assignment 1 for BITS Pilani's Neural Networks and Fuzzy Logic(NNFL) - BITSF312 course
shreyas-bk/BITSF312_A2-NNFL-Assignment2
Assignment 2 for BITS Pilani's Neural Networks and Fuzzy Logic(NNFL) BITSF312 course
shreyas-bk/Healthy_Bleached_Coral_Data
shreyas-bk/Icarus_Verilog
This repo contains code snippets written in verilog as part of course Computer Architecture of my university curriculum
shreyas-bk/NNFL_Term_Paper
NNFL Term Paper, Paper 13: CycleGAN
shreyas-bk/OptiClustTest
shreyas-bk/OptimalClusterExampleNB
Notebook example for OptimalCluster package
shreyas-bk/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
shreyas-bk/without_mask
shreyas-bk/Yet-Another-EfficientDet-Pytorch
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.