-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added interactive examples of PIX Augmentations with Google Colab #26
Added interactive examples of PIX Augmentations with Google Colab #26
Conversation
Hey @SupreethRao99, thanks for the PR. |
Hey @claudiofantacci I've renamed the file to Could you take a look and tell me if any other changes need to be made? Thank you ! |
examples/README.md
Outdated
@@ -13,3 +13,4 @@ Then, to run the examples, you can simply run the following commands: | |||
$ cd examples/ | |||
$ python image_augmentation.py | |||
``` | |||
You can also view an interactive version of the examples on [google colab](https://colab.research.google.com/drive/1EJG6VNhH5aJNy9sT7jUQkgYP5GeGPUvw?usp=sharing) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change [google colab](https://colab.research.google.com/drive/1EJG6VNhH5aJNy9sT7jUQkgYP5GeGPUvw?usp=sharing)
to [Colab](./image_augmentation.ipynb)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ill change it right away
Hey @SupreethRao99 thanks a lot again! |
updated link to image augmentation Google Colab notebook
Corrected a errors and typos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for contributing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @SupreethRao99 could you please open for edit image_augmentation.ipynb
with any text editor and add a single empty line at the bottom of the file?
Added single empty line at the end the notebook
Hey, @claudiofantacci I've added a single empty line at the end of |
The PR will be automatically merged by Copybara automatically. This may take a while, sorry about that 😄 |
Thank you ! @claudiofantacci |
Added interactive examples of running every augmentation in the pix library on a Google Colab notebook which can be found here.