DJW c16313bb6a 第一次提交 7 mesiacov pred
..
README.md c16313bb6a 第一次提交 7 mesiacov pred
mask-rcnn_r50_fpn_albu-1x_coco.py c16313bb6a 第一次提交 7 mesiacov pred
metafile.yml c16313bb6a 第一次提交 7 mesiacov pred

README.md

Albu Example

Albumentations: fast and flexible image augmentations

Abstract

Data augmentation is a commonly used technique for increasing both the size and the diversity of labeled training sets by leveraging input transformations that preserve output labels. In computer vision domain, image augmentations have become a common implicit regularization technique to combat overfitting in deep convolutional neural networks and are ubiquitously used to improve performance. While most deep learning frameworks implement basic image transformations, the list is typically limited to some variations and combinations of flipping, rotating, scaling, and cropping. Moreover, the image processing speed varies in existing tools for image augmentation. We present Albumentations, a fast and flexible library for image augmentations with many various image transform operations available, that is also an easy-to-use wrapper around other augmentation libraries. We provide examples of image augmentations for different computer vision tasks and show that Albumentations is faster than other commonly used image augmentation tools on the most of commonly used image transformations.

Results and Models

Backbone Style Lr schd Mem (GB) Inf time (fps) box AP mask AP Config Download
R-50 pytorch 1x 4.4 16.6 38.0 34.5 config model | log

Citation

@article{2018arXiv180906839B,
  author = {A. Buslaev, A. Parinov, E. Khvedchenya, V.~I. Iglovikov and A.~A. Kalinin},
  title = "{Albumentations: fast and flexible image augmentations}",
  journal = {ArXiv e-prints},
  eprint = {1809.06839},
  year = 2018
}