All Projects → Paperspace → Dataaugmentationforobjectdetection

Paperspace / Dataaugmentationforobjectdetection

Licence: mit
Data Augmentation For Object Detection

Projects that are alternatives of or similar to Dataaugmentationforobjectdetection

Face mask detection
Face mask detection system using Deep learning.
Stars: ✭ 168 (-79.31%)
Mutual labels:  object-detection, jupyter-notebook, opencv
Copy Paste Aug
Copy-paste augmentation for segmentation and detection tasks
Stars: ✭ 132 (-83.74%)
Mutual labels:  object-detection, jupyter-notebook, data-augmentation
Openvino Yolov3
YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
Stars: ✭ 500 (-38.42%)
Mutual labels:  object-detection, opencv
Random Erasing
Random Erasing Data Augmentation. Experiments on CIFAR10, CIFAR100 and Fashion-MNIST
Stars: ✭ 511 (-37.07%)
Mutual labels:  object-detection, data-augmentation
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (-28.33%)
Mutual labels:  object-detection, opencv
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (-43.23%)
Mutual labels:  jupyter-notebook, data-augmentation
Fpn
Feature Pyramid Networks for Object Detection
Stars: ✭ 485 (-40.27%)
Mutual labels:  object-detection, jupyter-notebook
Detectorch
Detectorch - detectron for PyTorch
Stars: ✭ 566 (-30.3%)
Mutual labels:  object-detection, jupyter-notebook
Ssd Tensorflow
Single Shot MultiBox Detector in TensorFlow
Stars: ✭ 4,066 (+400.74%)
Mutual labels:  object-detection, jupyter-notebook
Opencv Machine Learning
M. Beyeler (2017). Machine Learning for OpenCV: Intelligent image processing with Python. Packt Publishing Ltd., ISBN 978-178398028-4.
Stars: ✭ 693 (-14.66%)
Mutual labels:  jupyter-notebook, opencv
Saliency
TensorFlow implementation for SmoothGrad, Grad-CAM, Guided backprop, Integrated Gradients and other saliency techniques
Stars: ✭ 648 (-20.2%)
Mutual labels:  object-detection, jupyter-notebook
Yolo Tf2
yolo(all versions) implementation in keras and tensorflow 2.4
Stars: ✭ 695 (-14.41%)
Mutual labels:  object-detection, data-augmentation
Multi Object Tracker
Multi-object trackers in Python
Stars: ✭ 451 (-44.46%)
Mutual labels:  object-detection, opencv
Practical Deep Learning Book
Official code repo for the O'Reilly Book - Practical Deep Learning for Cloud, Mobile & Edge
Stars: ✭ 441 (-45.69%)
Mutual labels:  object-detection, jupyter-notebook
Yet Another Efficientdet Pytorch
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
Stars: ✭ 4,945 (+508.99%)
Mutual labels:  object-detection, jupyter-notebook
Mobilepose Pytorch
Light-weight Single Person Pose Estimator
Stars: ✭ 427 (-47.41%)
Mutual labels:  jupyter-notebook, data-augmentation
Curve Text Detector
This repository provides train&test code, dataset, det.&rec. annotation, evaluation script, annotation tool, and ranking.
Stars: ✭ 551 (-32.14%)
Mutual labels:  object-detection, jupyter-notebook
Opencvtutorials
OpenCV-Python4.1 中文文档
Stars: ✭ 720 (-11.33%)
Mutual labels:  object-detection, opencv
Trainyourownyolo
Train a state-of-the-art yolov3 object detector from scratch!
Stars: ✭ 399 (-50.86%)
Mutual labels:  object-detection, jupyter-notebook
Handwriting Ocr
OCR software for recognition of handwritten text
Stars: ✭ 411 (-49.38%)
Mutual labels:  jupyter-notebook, opencv

Data Augmentation For Object Detection

Accompanying code for the Paperspace tutorial series on adapting data augmentation methods for object detection tasks

Dependencies

  1. OpenCV 3.x
  2. Numpy
  3. Matplotlib

We support a variety of data augmentations, like.

Horizontal Flipping

Horizontal Flip

Scaling

Scaling

Translation

Translation

Rotation

Rotation

Shearing

Shearing

Resizing

Resizing

Quick Start

A quick start tutorial can be found in the file quick-start.ipynb in this repo.

Documentation

A list of all possible transforms and extensive documentation can be found in by opening docs/build/html/index.html in your browser or at this link.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].