augmentation
Here are 136 public repositories matching this topic...
GCP QUICKSTART GUIDE
To get started using this repo quickly using a Google Cloud Platform (GCP) Deep Learning Virtual Machine (VM) follow the instructions below. New GCP users are eligible for a $300 free credit offer. Other quickstart options for this repo include our [Google Colab Notebook](https://colab.research.google.com/github/ultralytics/yolov3/blob
-
Updated
Jul 7, 2020 - Python
When using an activation function of "Softmax2d" for many callbacks and losses, no argmax is applied
(I will compile a list and hopefully open a PR if needed)
Describe the bug
This behavior is present in a plethora of catalyst's callbacks and losses. It's consistent, but it's definitely confusing for many new users.
To Reproduce
Steps to reproduce the behavior:
Use these functions/classes:
Callbacks
- [
MeterMetricsCallback](https://github.com/catalyst-team/catalyst/blob/mas
-
Updated
Apr 11, 2020 - Python
A very simple and naive augmenter, which just randomly crop part of the original text. Can work on char, word or sentence level.
I myself found it useful using with tf-idf, especially when you have only a very small dataset. I can provide an implementation if you'd like.
-
Updated
Jun 12, 2020 - Python
-
Updated
Jan 3, 2020 - Python
Hi PBA Team,
Spotted this warning in my IDE when looking through your code:
getargspec()has been deprecated since Python 3.0 in favour ofgetfullargspec()
It may be worthwhile adding a try/except block for this import because getfullargspec() isn't available in Pyt
-
Updated
Jan 7, 2020 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Apr 22, 2020 - Jupyter Notebook
-
Updated
Jul 10, 2020 - Jupyter Notebook
-
Updated
Jan 29, 2020 - Python
-
Updated
Jul 10, 2020 - Python
The bundle command is really handy for installation, but can be a bit "magical." We should put a note in the output (and the configuration file) about what it's actually doing and make sure it is obvious and easy to change.
cc @edisgreat
-
Updated
Jun 27, 2020 - Jupyter Notebook
-
Updated
Jun 15, 2020 - Python
Using the same concept used in keras segmentation example add pytorch segmentation example
Hello okankop!
This is a really impressive repo and it definitely saved me from writing those data augmentation functions. Thanks greatly for the great work!
But I do think it will be even better if you can provide a document, however easy it is. Maybe just add something to explain the input parameters at the bottom of the form in README.md.
Thanks again!
-
Updated
May 23, 2019 - Python
Below is the traceback and the libraries installed in my conda env.
My suspect is Python 3.5 let me know how to resolve this.
I Believe I need to update the Python 3.5 to 3.7 without disturbing the environment( idk how to do it ) suggestions are welcome
> Traceback (most recent call last):
File "C:\Users\admin\Miniconda3\envs\machine_learning\lib\site-packages\IPython\core\interactive
-
Updated
Feb 4, 2020 - Python
-
Updated
Oct 18, 2019 - Python
-
Updated
Mar 13, 2020 - Python
-
Updated
Jun 10, 2020 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Jun 28, 2020 - Shell
Improve this page
Add a description, image, and links to the augmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the augmentation topic, visit your repo's landing page and select "manage topics."
Need Optional parameter for Keypoint class as we have one for BoundingBox
In case, we want to track the Keypoint transformations and pickout the labels which we want to use, It would be useful if we add label parameter.
As of now, we can do something like the below code in BB's :
`ia.BoundingBox(
x