-
Notifications
You must be signed in to change notification settings - Fork 67
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
Generic Masked Patch Attack #1904
Merged
Merged
Changes from 3 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ad807fd
WIP generic masked attack
jprokos26 fe61119
WIP generic patch mask
jprokos26 cff7d75
Adding concentric circles, jxcr_gear, and sierpinski
jprokos26 b896e37
Merge develop and refactor code structure to add shape gen to armory …
jprokos26 0a5f613
Fixed shape fill issue with binary mask
jprokos26 fd794cc
unsure where this file came from
jprokos26 a1b5483
Merge branch 'develop' into masked-patch-attack
jprokos26 fa5c5d1
revertting to develop
jprokos26 0381019
revertting black formatting changes
jprokos26 aefdf33
Fix invertable patch; move cli tools to appropriate place; add suppor…
jprokos26 a08da87
Adding shape_gen dependencies to engine
jprokos26 6c7dec1
Adding shape_gen deps to developer group to pass CI pipeline
jprokos26 4421715
Adding matplotlib requirement
jprokos26 46ef56c
Moving CLI_COMMANDS to parent directory
jprokos26 b03c009
testing CI with relative imports
jprokos26 effd3df
Addressing https://github.com/twosixlabs/armory/pull/1904\#issuecomme…
jprokos26 345060f
merge with develop
jprokos26 af96827
Merge branch 'base-image-pathing-fix' into masked-patch-attack
jprokos26 d5953d9
fixing up shape generation
jprokos26 bff3f02
💾 cleaning up how files are grabbed
jprokos26 cf77571
💾 cleaning up how files are grabbed
jprokos26 cd1e532
Merge branch 'develop' into masked-patch-attack
jprokos26 13be0be
fixed image fetch
jprokos26 abc8d6d
adding documentation for attack kwargs
jprokos26 e800dc4
Merge branch 'develop' into masked-patch-attack
jprokos26 9ef3b70
organizing documentation
jprokos26 1c4a1c7
fixing indentation
jprokos26 f4ebcda
🧹cleanup
jprokos26 7a637fb
minor fix
jprokos26 1ad82c4
url check heuristic
jprokos26 24f7bce
CI fix
jprokos26 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I'm not sure if this file is the correct place for this class since we do not have a dedicated 'attack utils' file. Should this be moved to its own file?
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.
Should be moved to be within
armory.utils