Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasrauber/norm
Norm is a tiny command-line utility to compute the norm of the difference between two images
https://github.com/jonasrauber/norm
adversarial-examples image-processing nim nim-lang
Last synced: about 1 month ago
JSON representation
Norm is a tiny command-line utility to compute the norm of the difference between two images
- Host: GitHub
- URL: https://github.com/jonasrauber/norm
- Owner: jonasrauber
- License: mit
- Created: 2019-11-01T12:14:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T13:36:36.000Z (about 5 years ago)
- Last Synced: 2024-10-29T13:28:21.994Z (3 months ago)
- Topics: adversarial-examples, image-processing, nim, nim-lang
- Language: Nim
- Size: 179 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
====
Norm
====Norm is a tiny command-line utility to compute the norm of the difference
between two images. It is written in `Nim `_.Installation
------------You can download prebuilt binaries for Linux and macOS from
`GitHub releases `_.Example
-------.. code-block:: bash
norm example/original.png example/perturbed.png
norm example/original.png example/perturbed.png -n l2
norm example/original.png example/perturbed.png -n linf