Commit c3b59e9
Add docs from other repository (aleju#21)
* Initial commit
* Add doc files from imgaug repo
* Remove .idea folder
* Add images of main repo readme
* Add ChannelShuffle, update Rot90, fix overview heatmap sizes
* Improve design of gifs and gif-table, merge gifs of same augmenters
* Improve gifs table design
* Add source code of library for now
Due to RTD no longer understanding git submodules,
the docs will have to be built directly from imgaug-doc.
This requires this repo to contain the current source
code of the library in order to autogenerate the
API docs. Hence it is added.
* Uncomment drawing functions
* Increase version to 0.2.7
* Update code to latest state of library
* Add dtype parsing script
* Update code to latest state from main repo
* Change write path of dtype images
* Add dtype support documentation
* Reformulate and update library description
* Update to latest state of main repo
* Improve dtype images design and update to code state
* Update code to latest state in main repo
* Update code to main repo state
* Update dtype doc
* Add new histogram-based contrast augmenters; fix seed problem
* Update code to latest version
* Add performance doc page
* Update code to latest version
* Add performance measurments scripts
* Improve performance docs
* Rename Scale to Resize
* Rename all .cut_out_of_image() to .clip_out_of_image()
* Update code to latest version of main repo
* Add notebooks readme
* Update code to latest version in main repo
* Increase version number
* Add notebook about stochastic parameters
* Add doc page for jupyter notebooks
* Update to newest version of main repo
* Add polygons to small overview images
* Add polygons to augmenters gifs
* Improve images for small overview
* Rename notebooks
* Add polygon aug notebook
* Update notebook links in readme
* Add control flow notebook
* Add notebook about copying random states
* Update main repo code to line string version
* Adapt to new argument names
* Rename *_line to *_lines to LS/poly drawing
* Add line string notebook to readme
* Add line strings notebook to RTD
* Update doc sources overlay -> blend
* Readd script to generate doc images & update BB code examples
* Update BB docs to newest lib version & increase quality
* Update basic examples to newest lib version
* Update keypoints docs to newest lib version
* Update heatmaps docs to newest lib version + increase jpg quality
* Update segmap docs to 0.2.9; Fix examples; Increase jpg quality
* Update code to 0.2.9
* Update version number to 0.2.9
* Update copyright year to 2019
* Add project description
* Add missing files to API
* Fix formatting error
* Fix docstring errors
* Add a clarification about Fliplr/Flipud
* Update code for output_buffer_size
* Add conda install section
* Update library code to latest version
* Add API source page for augmenters.edges module
* Add API source page for augmenters.pooling module
* Remove 'Beta' notice in segmaps docs
* Update RTD segmap to 0.3.0 & improve style & fix typos
* Improve heatmaps RTD doc style
* Enforce linebreak in code segment
* Rename source file of augmenter overview page
* Improve style of augmenter overview page
* Add todos for missing augmenters to overview & reorder sections
* Split overview page into multiple subpages
* Move flip-related notes to bottom of each subsection
* Redesign 'note' blocks for flipud/fliplr
* Add performance notes
* Split generate_documentation_images.py into subfiles
* Decrease compression strength of RTD images
* Add RTD overview for AdditiveLaplaceNoise
* Fix outdated RTD overview AdditiveGaussianNoise, decrease img compression
* Add RTD overview for AdditivePoissonNoise
* Fix typos in RTD arithm overview & improve formulations
* Add RTD overview for ReplaceElementwise
* Add RTD overview for ImpulseNoise
* Add RTD overview for SaltAndPepper
* Add RTD overview for CoarseSaltAndPepper
* Add RTD overview for Salt, Pepper, CoarseSalt, CoarsePepper
* Add RTD overview for JpegCompression
* Add RTD overview for BilateralBlur
* Add RTD overview for MotionBlur
* Add RTD overview for Alpha
* Add RTD overview for AlphaElementwise
* Add RTD overview for SimplexNoiseAlpha
* Add RTD overview for FrequencyNoiseAlpha
* Improve RTD overview for WithColorspace
* Add RTD overview for WithHueAndSaturation
* Add RTD overview for MultiplyHueAndSaturation
* Add RTD overview for MultiplyHue
* Add RTD overview for MultiplySaturation
* Add RTD overview for AddToHueAndSaturation
* Add RTD overview for AddToHue
* Add RTD overview for AddToSaturation
* Add RTD overview for KMeansColorQuantization
* Add RTD overview for UniformColorQuantization
* Add RTD overview for GammaContrast
* Add RTD overview for SigmoidContrast
* Add RTD overview for LogContrast
* Add RTD overview for LinearContrast
* Add RTD overview for AllChannelsCLAHE
* Add RTD overview for CLAHE
* Add RTD overview for AllChannelsHistogramEqualization
* Add RTD overview for HistogramEqualization
* Add RTD overview for Canny
* Add RTD overview for PerspectiveTransform
* Add RTD overview for Rot90
* Add RTD overview for ChannelShuffle
* Add RTD overview for AveragePooling
* Add RTD overviews for MaxPooling, MinPooling and MedianPooling
* Add RTD overviews for all Voronoi augmenters
* Add RTD overviews for Pad- and CropToFixedSize
* Add RTD overview for KeepSizeByResize
* Add RTD overviews for weather augmenters
* Add example sub-headlines to overview pages
* Change year in docs to automatically adjust to current year
* Fix rst errors
* Add import statements to RTD overviews
* Add API links to RTD overviews
* Add .random module API page
* Add .validation module API page
* Update code to latest version
* Fix jupyter notebook link
* Update library code to latest version
* Add readme gifs for v0.3.0 augmenters
* Synchronize requirements.txt with main repo
* Improve dtype coll. script (error messages, hide private funcs)
* Update library files to latest commit
* Update dtype support docs to latest library commit
* Update performance numbers to 0.3.0
* Synchronize code with main repo
* Improve performance docs
* Synchronize code with main repo
* Change version number to 0.3.0
* Update docs to v0.4.0 (#15)
This patch updates the documentation to release 0.4.0.
Rough changes:
* Updated code base to main repo version at release.
* Updated API pages to 0.4.0 state.
* Updated augmenter overview to 0.4.0 augmenters.
* Updated performance numbers and corresponding script to 0.4.0 state.
* Updated dtype support to 0.4.0 augmenters and functions.
* Updated script that generates augmenter gifs used in main repo README to 0.4.0 augmenters.
* Updated installation description.
* Updated jupyter notebooks to use newer augmentation calls and no longer deprecated methods.
* Moved jupyter notebook on deterministic mode to the "advanced" section of notebooks.
* Partially updated page on blending augmenters.
* Added images and generation script for 0.4.0 changelog.
* Increase version number to 0.4.0
* Add output-stripped notebooks
* Remove unnecessary imgaug code
* Moved files to docs/
* [skip ci] rf: include docs directory in repo
* [skip ci]: changed: Moved _downloader.py from checks to imgaug
* [skip ci] refactored: Cached download of online images for example images in docs
* Enable dtype support matrix script on Windows
* Multiple fixes in `collect_dtype_support.py`
* Fix tempfile issue for readme image generation script
* Add `beautifulsoup4` as explicit dependency for building the documentation
* utils cannot be imported with a relative import
* Fix incorrect dtype docstrings
* moved collect_dtype_support.py
* move generate_rtd_images to new directory
* move measure performance scripts to new directory
* move changelog generation script to new location
* move readme example generation to new location
* Use python based script trigger
* Sucessfully local build verified
* fix: Use Wikimedia prefered thumbnail sizes
* doc: Add pull request link
* docs: try to build the docs [skip ci]
* doc: Create readme images as part of the documentation [skip ci]
* docs: Use RTD images for github README file [skip ci]
---------
Co-authored-by: Alexander Jung <kontakt@ajung.name>
Co-authored-by: Alexander Jung <alexander.jung@zenuity.com>
Co-authored-by: Vicram Rajagopalan <42707603+vicramr@users.noreply.github.com>
Co-authored-by: ericj <ericj@noreply.codeberg.org>1 parent 2836c45 commit c3b59e9
140 files changed
Lines changed: 29476 additions & 282 deletions
File tree
- changelogs/master
- checks
- docs
- notebooks
- scripts
- images_changelogs
- images_documentation
- images_readme
- tables_performance
- source
- overview
- imgaug
- augmenters
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
26 | 53 | | |
27 | 54 | | |
28 | 55 | | |
| |||
76 | 103 | | |
77 | 104 | | |
78 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
79 | 122 | | |
80 | 123 | | |
81 | 124 | | |
82 | 125 | | |
83 | 126 | | |
84 | 127 | | |
85 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | | - | |
6 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments