Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 914 Bytes

WEBINAR-DEMO-1.md

File metadata and controls

74 lines (50 loc) · 914 Bytes

DEMO 1: Satellite Images Red Team Operation

  1. What models are defined in my environment?
list targets
  1. Interact with a target
interact satelliteimages
  1. What's this model about?
show info
  1. What frameworks are there?
list frameworks
  1. Load the ART framework
load art
  1. List attacks
list attacks
  1. Use hop_skip_jump
use hop_skip_jump
  1. Show more information about the attack
show info
  1. Set parameters for the attack
set init_size=50 max_iter=20 max_eval=500
  1. What does the model think about the image at sample_index=0 now?
predict
  1. Execute the attack
run
  1. View the "before" (-initial) and "after" (-final) images in the satelliteimages (use JupyterLab file navigator)

  2. Learn more!

help