Skip to content
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

Adds adversarial example generation script #11

Merged
merged 7 commits into from Aug 8, 2019
Merged

Commits on Aug 2, 2019

  1. Adds adversarial example generation script

    Adds the adversarial example generating script (in adversarial_depth.py)
    which takes in a DepthModelWrapper instance (in depth_model_wrapper.py),
    which has methods to load and call predict on a depth model, and moves
    adversarial code into a separate directory.
    ellenjiang7 committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    755bc2d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Addresses comments and removes static files

    Removes line that suppresses logging, changes image paths to local
    paths in adversarial_depth.py, changes loss printing to Python string
    formatting, removes global variable, and adds usage example to
    depth_model_wrapper.py.
    ellenjiang7 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    15eebb4 View commit details
    Browse the repository at this point in the history
  2. Removes more static files and fixes gitignore.

    Fixes gitignore paths that have been moved to the depthvisualizer
    directory.
    ellenjiang7 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    550db5a View commit details
    Browse the repository at this point in the history
  3. Removes static/images.

    ellenjiang7 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    35e6a12 View commit details
    Browse the repository at this point in the history
  4. Readded Escher images.

    ellenjiang7 committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    33bb7d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    5e7e15d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda8980 View commit details
    Browse the repository at this point in the history