Seonkyu Park
Seonkyu Park
[Hydra](https://github.com/facebookresearch/hydra) is a python package for **handling config files** developed by facebook research team. Recently I noticed that using this package can simplify source code of this project a lot,...
Added bbox safe random crop without implicit resizing, as suggested in Issue #480 . I tried to update README file for this, but running `python3 tools/make_transforms_docs.py make` command only printed...
In [example usage](https://the-augraphy-project-augraphy.readthedocs-hosted.com/en/latest/doc/source/example_usage.html) section of documentation, I noticed some functions use random function to set arguments randomly. ```python BleedThrough( intensity_range=(0.1, 0.3), color_range=(32, 224), ksize=(17, 17), sigmaX=1, alpha=random.uniform(0.1, 0.2), offsets=(10, 20),...