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 images and labels are saved into .npy file. The test-model-1.py file loads the images and converts the labels into two categories as we are doing binary classification of images. The model is built using keras with theano as backend. In this case, the best training accuracy was 80% since the data was just 500 images and the testing accuracy was 67%
Alternatives To Object Detection With Deep Learning And Sliding Window
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Computervision Recipes9,225
5 months ago66mitJupyter Notebook
Best Practices, code samples, and documentation for Computer Vision.
Imageai8,0511269 months ago13January 02, 2023306mitPython
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Awesome Visual Transformer2,936
a year ago
Collect some papers about transformer with vision. Awesome Transformer with Computer Vision (CV)
Ailia Models1,708
5 months ago297Python
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Fastdup1,313
5 months ago284December 01, 202323otherPython
fastdup is a powerful free tool designed to rapidly extract valuable insights from your image & video datasets. Assisting you to increase your dataset images & labels quality and reduce your data operations costs at an unparalleled scale.
Coreml Models1,012
5 months ago24apache-2.0
Converted CoreML Model Zoo.
Cv Pretrained Model991
3 years agomit
A collection of computer vision pre-trained models.
Pixellib82812 years ago22October 11, 202171mitPython
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
Myvision547
10 months ago4gpl-3.0JavaScript
Computer vision based ML training data generation tool :rocket:
Curve Text Detector532
4 years ago3Jupyter Notebook
This repository provides train&test code, dataset, det.&rec. annotation, evaluation script, annotation tool, and ranking.
Alternatives To Object Detection With Deep Learning And Sliding Window
Select To Compare


Alternative Project Comparisons
Popular Image Projects
Popular Object Detection Projects
Popular Media Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Object Detection