computer-vision-papers
There are 7 repositories under computer-vision-papers topic.
vlgiitr/papers_we_read
Summaries for exciting works in the field of Deep Learning.
avs-abhishek123/AugStatic
AugStatic - A Light-Weight Image Augmentation Library
Huizerd/papers
Summaries of deep learning & computer vision papers for the courses CS4180 & IN4393-16 at TU Delft
ElizaLo/Detecting-Edges-on-Image-using-Convex-Optimization
Bachelor Research (Thesis) | C++ Qt implementation of edge detection algorithms.
alexhaislip/Real-Time-Abnormal-Events-Detection-and-Tracking-in-Surveillance-System
The main abnormal behaviors that this project can detect are: Violence, covering camera, Choking, lying down, Running, Motion in restricted areas. It provides much flexibility by allowing users to choose the abnormal behaviors they want to be detected and keeps track of every abnormal event to be reviewed. We used three methods to detect abnormal behaviors: Motion influence map, Pattern recognition models, State event model. For multi-camera tracking, we combined a single camera tracking algorithm with a spatial based algorithm.
ksubbu199/Simultaneous-Structure-and-Texture-Image-Inpainting
Implementation of the paper http://www.math.ucla.edu/~lvese/PAPERS/01217265.pdf
mdvsh/vision-papers-pytorch
PyTorch implementation of classic computer vision papers namely AlexNet, VGG, GoogLeNet/InceptionNet and ZFNet.