Pinned Repositories
awesome-computer-vision
A curated list of awesome computer vision resources
awesome-deep-learning-papers
The most cited deep learning papers
Computer-Vision-for-Drone-Imaging
Curated list of resources in the area of aerial/drone imagery
Data-Structures-and-Algorithms-Python
Data Structures & Algorithms in Python
defish-python
Python implementation for Algorithmic correction of fisheye lens distortion: https://github.com/bovine/defish
Python-Machine-Learning-Template
[DO NOT FORK/CLONE | JUST CLICK ON "USE THIS TEMPLATE" BUTTON] Supercharge your Python machine learning projects with the comprehensive and organized structure provided by the Python Machine Learning Template. 🚀🐍
RTSP-with-OpenCV
Code(s) to demonstrate how to use RTSP videos with OpenCV(Python) and handle RTSP exceptions.
anujonthemove's Repositories
anujonthemove/awesome-courses
:books: List of awesome university courses for learning Computer Science!
anujonthemove/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
anujonthemove/cryptocompy
Simple Python 3 wrapper for the public CryptoCompare API.
anujonthemove/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices + added support for tracking using deep sort (this is a sub-module for the tracker)
anujonthemove/DataFormat_sdd2kitti
Convert the data from stanford drone dataset to kitti format
anujonthemove/deep_sort
Simple Online Realtime Tracking with a Deep Association Metric
anujonthemove/experimenting-with-sort
Experimenting with sort different classical tracking algorithms for real time multiple object tracking (MOT)
anujonthemove/fashion-parsing
Repository of my fashion-parsing project. This project is put on hold since I am doing another project now, but will debug if bugs are reported.
anujonthemove/FCN-for-Semantic-Segmentation
Implemention of FCN-8 and FCN-16 with Keras and uses CRF as post processing
anujonthemove/hello-websocket
Webcam over WebSocket in Python using OpenCV and Tornado
anujonthemove/Human-detection-and-Tracking
Human-detection-and-Tracking
anujonthemove/kalman_filter_multi_object_tracking
Multiple object tracking using Kalman Filter and Hungarian Algorithm - OpenCV
anujonthemove/keras-fcn
A playable implementation of Fully Convolutional Networks with Keras.
anujonthemove/keras-resources
Directory of tutorials and open-source code repositories for working with Keras, the Python deep learning library
anujonthemove/MobileNet
MobileNet build with Tensorflow
anujonthemove/Multi-Label-Image-Classification
Multi Label Image Classification
anujonthemove/MultiObjectTracker
Advanced multiple object tracker using dlib and OpenCV.
anujonthemove/neural-net-demo
Demo for an (already trained) neural net for handwritten numbers
anujonthemove/nips2017
A list of resources for all invited talks, tutorials, workshops and presentations at NIPS 2017
anujonthemove/opencv-face-recognition-python
Face Recognition using OpenCV and Python.
anujonthemove/openface
Face recognition with deep neural networks.
anujonthemove/python_for_scientists
Python Open Courseware for Scientists and Engineers
anujonthemove/reseg-pytorch
PyTorch Implementation of ReSeg (https://arxiv.org/pdf/1511.07053.pdf)
anujonthemove/Road-Semantic-Segmentation
Udacity Self-Driving Car Engineer Nanodegree. Project: Road Semantic Segmentation
anujonthemove/semantic-segmentation
anujonthemove/semantic_segmentation
Semantically segment the road in the given image.
anujonthemove/sort
Simple, online, and realtime tracking of multiple objects in a video sequence.
anujonthemove/startbootstrap-modern-business
A multipurpose Bootstrap full website template created by Start Bootstrap
anujonthemove/tf-image-segmentation
Image Segmentation framework based on Tensorflow and TF-Slim library
anujonthemove/Tracking-with-darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow