Skip to content
#

augmentation

Here are 126 public repositories matching this topic...

ROCKMOHAN
ROCKMOHAN commented Feb 4, 2019

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

yolov3
Ditwoo
Ditwoo commented Mar 14, 2020

Description
In some rare cases, for example, when you need to finetune a large model on a small dataset the majoring part of training loop is waiting for saving model checkpoints to a hard drive.

Proposal
Would be logically to add a CheckpointCallback with parameter save_n_best=0 to a configuration and do not store best checkpoints and instead use the latest state of the model.

miracleyoo
miracleyoo commented Nov 14, 2019

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!

Sriharsha-hatwar
Sriharsha-hatwar commented Oct 20, 2019

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

Improve this page

Add a description, image, and links to the augmentation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the augmentation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.