shreyas0906 / Object-detection-with-deep-learning-and-sliding-window
Introduces an approach for object detection in an image with sliding window. The repository contains three files, make_data.py reads the image in gray scale and converts the image into a numpy array. The labels are also appended based on the file name. In this case, if the file name starts with "trn", then 1 is appended else 0. Finally, all the …
☆56Updated 5 years ago
Alternatives and similar repositories for Object-detection-with-deep-learning-and-sliding-window:
Users that are interested in Object-detection-with-deep-learning-and-sliding-window are comparing it to the libraries listed below
- p5_VehicleDetection_Unet☆95Updated 8 years ago
- A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation☆205Updated 2 years ago
- Semantic Image Segmentation using a Fully Convolutional Neural Network in TensorFlow☆87Updated 7 years ago
- Example of semantic segmentation in Keras☆56Updated 6 years ago
- Keras implementation of the VGG16-CAM model☆200Updated 8 years ago
- Convert coco dataset to tfrecord for the tensorflow detection API.☆50Updated 6 years ago
- SegNet-Basic with Keras☆83Updated 8 years ago
- DeeplabV2 segmentation in Keras.☆41Updated 5 years ago
- SegNet model implemented using keras framework☆185Updated 6 years ago
- Keras implementation of NASNet-A☆88Updated 6 years ago
- Vehicle detection using HOG + SVM and sliding windows☆32Updated 8 years ago
- here is my implementation of the basic googLeNet describe in the paper "Going Deeper with Convolutions" in keras☆39Updated 7 years ago
- Composite architecture of SegNet and UNet for Semantic Segmentation with keras☆57Updated 4 years ago
- Detection and Segmentation of Manufacturing Defects with Convolutional Neural Networks and Transfer Learning☆112Updated 4 years ago
- Segmentation visualization, keras, augmentation, fine tuning☆72Updated 6 years ago
- Ensembling ConvNets using Keras☆75Updated 5 years ago
- Kaggle dogs vs cats solution in Caffe☆107Updated 5 years ago
- Single Shot MultiBox Detector(SSD)目标检测算法☆44Updated 7 years ago
- keras ImageDataGenerator example☆61Updated 7 years ago
- implementation of LinkNet in Keras☆30Updated 7 years ago
- Deep Learning libraries tested on images and time series☆162Updated 7 years ago
- SSD: Single Shot MultiBox Detector in keras.☆84Updated 4 years ago
- Quickly explore how different deep learning systems work with your data☆42Updated 6 years ago
- Dual Path Networks for Keras 2.0+☆113Updated 5 years ago
- Keras implementation of Real-Time Semantic Segmentation on High-Resolution Images☆86Updated 7 years ago
- sagieppel / Fully-convolutional-neural-network-FCN-for-semantic-segmentation-Tensorflow-implementation☆68Updated 3 years ago
- Lots of semantic image segmentation implementations in Tensorflow/Keras☆64Updated 5 years ago
- A clean densenet in tensorflow☆37Updated 7 years ago
- A keras implementation of ENet (abandoned for the foreseeable future)☆115Updated 2 years ago
- Train DenseNet on Cifar-10 based on Keras☆41Updated 4 years ago