Coder Social home page Coder Social logo

filtering's Introduction

filtering

This is a repository with minimal examples. We plan to provide a docker image for future releases.

The requirements of IGE are libcudf and NVIDIA Thrust.

The source code of the filtering algorithm is not provided as we are considering to patent it. However, we provide the shared library libgraph-image.so

Before installing the module please export the libs:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{your-env-path}/lib

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:{your-repo-path}/lib

The python module is created by wrapping the cpp code with pybind11. To install the python module, run:

python setup.py install

In order to run all python code, please install the robustness library by Madry et al. via the commands: pip install robustness

To folder "python" contains the following files:

  • test_filtering.py: this is a minimal code example that filters a test image;
  • adaptive_attacks.py: this file is used to attack pretrained models (at a given resolution);

The other .py files are used by the aforementioned files.

filtering's People

Contributors

matttrd avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.