AugLy icon indicating copy to clipboard operation
AugLy copied to clipboard

A data augmentations library for audio, image, text, and video.

Results 27 AugLy issues
Sort by recently updated
recently updated
newest added

## 🚀 Feature Checked the code and it doesn't seem possible to seed the augmenters. ## Motivation To reproduce the same augmented test sets. Also to (deterministically) augment small test...

enhancement

## 🐛 Bug ## To Reproduce ```python import os import augly.audio as audaugs import augly.utils as utils ``` import augly.audio as audaugs ModuleNotFoundError: No module named 'augly.audio'; 'augly' is not...

## 🐛 Bug error importing library after pip install ## To Reproduce Steps to reproduce the behavior: 1. pip install augly 2. import augly.text as textaugs ``` 46 pass 47...

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1. When I tried to visualize the bounding box after rotation (90 degree), it seems not aligned with the...

## Related Issue Fixes #{issue number} ## Summary - [√ ] I have read CONTRIBUTING.md to understand how to contribute to this repository :) I fix the bbox rotation issue....

CLA Signed

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: Executed the below lines and got the following error !pip install augly[all] !sudo apt-get install python3-magic !sudo add-apt-repository ppa:jonathonf/ffmpeg-4...

This Assertion error arised while doing AugLy Video augmentation from this line of code - augly.video.functional.add_noise(video_path, output_path)

## 🐛 Bug reverb fails with "ValueError: cannot reshape array of size 20000 into shape (10000,)" https://github.com/facebookresearch/AugLy/blob/0bcfe4e34343cf2b3bfa1999a2f68df312212296/augly/audio/functional.py#L1082-L1083 ## To Reproduce ``` augly.audio.functional.reverb(np.random.uniform(-1, 1, (1, 10_000))) ``` ## Expected behavior I...

## 🚀 Feature As i was going thru AugLy i didn't found anything that can paraphrase a sentence and can create 2-3 sentence from 1 as xlnet does in nlpaug...

## 🚀 Feature Replace random word with a phonetically similar one. Or also replace a random word with the same Part Of Speech or lemma (adjective with adjective or run...

enhancement