Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 14 hours 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T21:45:40.000Z (over 4 years ago)
- Last Synced: 2024-10-30T02:37:09.881Z (6 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,134
- Watchers: 24
- Forks: 318
- 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
![Horizontal Flip](Images/hflip.png)### Scaling
![Scaling](Images/scale_aug.png)### Translation
![Translation](Images/transl_aug.png)### Rotation
![Rotation](Images/rotate.png)### Shearing
![Shearing](Images/shear_box.png)### Resizing
![Resizing](Images/resize.png)## 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/)