Pinned Repositories
BBox-Label-Tool
A simple tool for labeling object bounding boxes in images
box-label-tool
carte-noire
A simple jekyll theme for blogging
cnn_medium.
A simple binary classifier to predict if the given image is a cat or a dog.
CVND_Exercises
Exercise notebooks for CVND.
darknet
Convolutional Neural Networks
dataoptimal.github.io
Data Science Portfolio
object-detector
Object Detection Framework using HOG as descriptor and Linear SVM as classifier.
yetul.github.io
take 2
yetul's Repositories
yetul/yetul.github.io
take 2
yetul/BBox-Label-Tool
A simple tool for labeling object bounding boxes in images
yetul/box-label-tool
yetul/carte-noire
A simple jekyll theme for blogging
yetul/cnn_medium.
A simple binary classifier to predict if the given image is a cat or a dog.
yetul/CVND_Exercises
Exercise notebooks for CVND.
yetul/darknet
Convolutional Neural Networks
yetul/dataoptimal.github.io
Data Science Portfolio
yetul/dlib
A toolkit for making real world machine learning and data analysis applications in C++
yetul/helloworld
My first GitHub Pages Repository
yetul/HOG
Histogram Of Oriented Gradients
yetul/HOG-Pedestrian-Detector
MATLAB implementation of a basic HOG + SVM pedestrian detector.
yetul/labelImg
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
yetul/lantaoyu.github.io
Github Pages template for academic personal websites
yetul/learnopencv
Learn OpenCV : C++ and Python Examples
yetul/mldl
Machine Learning and Deep Learning Resources
yetul/pyimagesearch
Diving into PyImageSearch
yetul/Python-Computer-Vision
Various programs I have learned image processing in Python 2.7 with OpenCV 3.4.
yetul/pytorch-yolo-v3
A PyTorch implementation of the YOLO v3 object detection algorithm
yetul/raccoon_dataset
The dataset is used to train my own raccoon detector and I blogged about it on Medium
yetul/semi-auto-image-annotation-tool
Anno-Mage: A Semi Automatic Image Annotation Tool which helps you in annotating images by suggesting you annotations for 80 object classes using a pre-trained model
yetul/SIT
Systematic Investor Toolkit
yetul/SVM-Object-Detection
Train a SVM and for detecting human upper bodies in TV series The Big Bang Theory
yetul/tf-example-object-detection-api-race-cars
This repository holds the example project that demonstrates how the TensorFlow Object Detection API can be used to predict annotations for large datasets.
yetul/tutorial-nodejs
Tutorials about libraries like image-js, ml-js, etc.
yetul/Vehicle-Detection-HOG
Detecting vehicles using HOG features and SVM
yetul/yolo-9000
YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!
yetul/yolo2_light
Light version of convolutional neural network Yolo v3 & v2 for objects detection with a minimum of dependencies (INT8-inference, BIT1-XNOR-inference)
yetul/YOLO3-4-Py
A Python wrapper on Darknet. Compatible with YOLO V3.
yetul/YOLO_Object_Detection
This is the code for "YOLO Object Detection" by Siraj Raval on Youtube