question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add new transforms from https://arxiv.org/abs/1903.12261

See original GitHub issue

There is a set of Pixel Level transforms that is used in the work Benchmarking Neural Network Robustness to Common Corruptions and Perturbations

The authors also share the code => we can absorb some transforms that they have into the library.

https://github.com/hendrycks/robustness/blob/master/ImageNet-C/create_c/make_imagenet_c.py

  • ShotNoise
  • Defocus
  • GlassBlur
  • Zoom Blur
  • Pixelate
  • Frost
  • Spatter

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
akarsakovcommented, Mar 12, 2020

That’s great point! Moreover looks like it would be better to allow setting list of desired images as template and pick the random one.

1reaction
akarsakovcommented, Mar 3, 2020

@ternaus I’d like to take up this enhancement.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[1506.02025] Spatial Transformer Networks - arXiv
In this work we introduce a new learnable module, the Spatial Transformer, which explicitly allows the spatial manipulation of data within the network....
Read more >
Is there a way to "insert" a new section into Web.Config using ...
Found the solution that worked. Within my Web.Azure.Config file I had to add the following: <system.webServer> <security xdt:Transform="Insert"> <ipSecurity ...
Read more >
Creating a custom transformation - AWS Glue Studio
If you need to perform more complicated transformations on your data, or want to add data property keys to the dataset, you can...
Read more >
Web.config Transformation Syntax for Web Project ...
Adds the element that is defined in the transform file as a sibling to the selected element or elements. The new element is...
Read more >
Transforms | Webflow University
Learn more about 3D perspective. Rotate an element. Before you add a Rotate transform, let's remove the existing Move and Scale transforms:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found