https://github.com/paperspace/dataaugmentationforobjectdetection
Data Augmentation For Object Detection
https://github.com/paperspace/dataaugmentationforobjectdetection
bounding-box data-augmentation deep-learning imagine-augmentation object-detection opencv
Last synced: 10 days ago
JSON representation
Data Augmentation For Object Detection
- Host: GitHub
- URL: https://github.com/paperspace/dataaugmentationforobjectdetection
- Owner: Paperspace
- License: mit
- Created: 2018-09-10T15:57:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T21:45:40.000Z (about 5 years ago)
- Last Synced: 2025-04-03T16:11:42.829Z (19 days ago)
- Topics: bounding-box, data-augmentation, deep-learning, imagine-augmentation, object-detection, opencv
- Language: Jupyter Notebook
- Homepage: https://blog.paperspace.com/data-augmentation-for-bounding-boxes/
- Size: 9.93 MB
- Stars: 1,143
- Watchers: 23
- Forks: 320
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Augmentation For Object Detection
Accompanying code for the [Paperspace tutorial series on adapting data augmentation methods for object detection tasks](https://blog.paperspace.com/data-augmentation-for-bounding-boxes/)
## Dependencies
1. OpenCV 3.x
2. Numpy
3. MatplotlibWe support a variety of data augmentations, like.
### Horizontal Flipping
### Scaling
### Translation
### Rotation
### Shearing
### 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.](https://augmentationlib.paperspace.com/)