LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/CNAME
docs/index.html
docs/search.js
docs/what.html
docs/images/demo.gif
docs/images/what.eps
docs/images/what.png
docs/images/what.psd
docs/images/what_logo.psd
docs/what/_main.html
docs/what/attacks.html
docs/what/cli.html
docs/what/examples.html
docs/what/models.html
docs/what/utils.html
docs/what/attacks/detection.html
docs/what/attacks/detection/yolo.html
docs/what/attacks/detection/yolo/PCB.html
docs/what/attacks/detection/yolo/TOG.html
docs/what/examples/faster_rcnn_demo.html
docs/what/examples/mobilenet_ssd_demo.html
docs/what/examples/yolov3_demo.html
docs/what/examples/yolov3_pcb_attack_demo.html
docs/what/examples/yolov3_tog_attack_demo.html
docs/what/examples/yolov4_demo.html
docs/what/models/detection.html
docs/what/models/detection/datasets.html
docs/what/models/detection/frcnn.html
docs/what/models/detection/ssd.html
docs/what/models/detection/utils.html
docs/what/models/detection/yolo.html
docs/what/models/detection/datasets/coco.html
docs/what/models/detection/datasets/fiftyone.html
docs/what/models/detection/datasets/open_images.html
docs/what/models/detection/datasets/voc.html
docs/what/models/detection/frcnn/faster_rcnn.html
docs/what/models/detection/ssd/mobilenet_v1_ssd.html
docs/what/models/detection/ssd/mobilenet_v2_ssd_lite.html
docs/what/models/detection/utils/array_utils.html
docs/what/models/detection/utils/box_utils.html
docs/what/models/detection/utils/time_utils.html
docs/what/models/detection/yolo/yolov3.html
docs/what/models/detection/yolo/yolov3_tiny.html
docs/what/models/detection/yolo/yolov4.html
docs/what/models/detection/yolo/yolov4_tiny.html
docs/what/utils/file.html
docs/what/utils/logger.html
docs/what/utils/proj.html
docs/what/utils/resize.html
examples/.ipynb_checkpoints/MinM-Attack-ICRA-checkpoint.ipynb
examples/__pycache__/logger.cpython-37.pyc
examples/attack/.gitignore
examples/attack/coco_classes.txt
examples/attack/demo.jpg
examples/attack/demo.mp4
examples/attack/noise.npy
examples/attack/yolov3_pcb_attack_evaluation.py
examples/attack/yolov3_pcb_attack_image.py
examples/attack/yolov3_pcb_attack_universal_video.py
examples/attack/yolov3_pcb_attack_universal_voc2012.py
examples/attack/yolov3_pcb_attack_video.py
examples/attack/yolov3_tog_attack_evaluation.py
examples/attack/yolov3_tog_attack_image.py
examples/attack/yolov3_tog_attack_video.py
examples/inference/faster_rcnn_demo.py
examples/inference/mobilenet_v1_ssd_demo.py
examples/inference/mobilenet_v2_ssd_lite_demo.py
examples/inference/yolov3_demo.py
examples/inference/yolov3_tiny_demo.py
examples/inference/yolov4_demo.py
examples/inference/yolov4_tiny_demo.py
examples/train/.gitignore
examples/train/faster_rcnn_train.py
examples/train/mobilenet_v1_ssd_train.py
examples/train/mobilenet_v1_ssd_train_fast.py
examples/train/mobilenet_v2_ssd_lite_train.py
examples/train/mobilenet_v2_ssd_lite_train_fast.py
examples/train/checkpoint/.gitignore
tests/test_what.py
tests/__pycache__/__init__.cpython-38.pyc
tests/__pycache__/test_what.cpython-38-pytest-7.3.1.pyc
what/__init__.py
what/__main__.py
what/_main.py
what/attacks/__init__.py
what/attacks/detection/__init__.py
what/attacks/detection/yolo/PCB.py
what/attacks/detection/yolo/TOG.py
what/attacks/detection/yolo/__init__.py
what/cli/__init__.py
what/cli/attack.py
what/cli/example.py
what/cli/model.py
what/examples/__init__.py
what/examples/faster_rcnn_demo.py
what/examples/mobilenet_ssd_demo.py
what/examples/yolov3_demo.py
what/examples/yolov3_pcb_attack_demo.py
what/examples/yolov3_tog_attack_demo.py
what/examples/yolov4_demo.py
what/models/__init__.py
what/models/detection/__init__.py
what/models/detection/datasets/__init__.py
what/models/detection/datasets/coco.py
what/models/detection/datasets/fiftyone.py
what/models/detection/datasets/open_images.py
what/models/detection/datasets/voc.py
what/models/detection/frcnn/__init__.py
what/models/detection/frcnn/faster_rcnn.py
what/models/detection/frcnn/datasets/__init__.py
what/models/detection/frcnn/datasets/dataset.py
what/models/detection/frcnn/datasets/util.py
what/models/detection/frcnn/datasets/voc_dataset.py
what/models/detection/frcnn/meter/__init__.py
what/models/detection/frcnn/meter/averagevalue_meter.py
what/models/detection/frcnn/meter/confusion_meter.py
what/models/detection/frcnn/meter/meter.py
what/models/detection/frcnn/model/__init__.py
what/models/detection/frcnn/model/faster_rcnn_model.py
what/models/detection/frcnn/model/faster_rcnn_vgg16.py
what/models/detection/frcnn/model/region_proposal_network.py
what/models/detection/frcnn/model/utils/__init__.py
what/models/detection/frcnn/model/utils/bbox_tools.py
what/models/detection/frcnn/model/utils/creator_tool.py
what/models/detection/frcnn/utils/__init__.py
what/models/detection/frcnn/utils/config.py
what/models/detection/frcnn/utils/eval_tool.py
what/models/detection/ssd/__init__.py
what/models/detection/ssd/mobilenet_v1_ssd.py
what/models/detection/ssd/mobilenet_v2_ssd_lite.py
what/models/detection/ssd/nn/mobilenet_v1.py
what/models/detection/ssd/nn/mobilenet_v2.py
what/models/detection/ssd/nn/mobilenet_v3.py
what/models/detection/ssd/nn/squeezenet.py
what/models/detection/ssd/ssd/mobilenet_ssd_config.py
what/models/detection/ssd/ssd/mobilenet_v1_ssd_create.py
what/models/detection/ssd/ssd/mobilenet_v1_ssd_lite_create.py
what/models/detection/ssd/ssd/mobilenet_v2_ssd_lite_create.py
what/models/detection/ssd/ssd/mobilenet_v3_ssd_lite_create.py
what/models/detection/ssd/ssd/multibox_loss.py
what/models/detection/ssd/ssd/predictor.py
what/models/detection/ssd/ssd/preprocessing.py
what/models/detection/ssd/ssd/squeezenet_ssd_config.py
what/models/detection/ssd/ssd/squeezenet_ssd_lite_create.py
what/models/detection/ssd/ssd/ssd.py
what/models/detection/ssd/transforms/transforms.py
what/models/detection/ssd/utils/box_utils.py
what/models/detection/ssd/utils/misc.py
what/models/detection/utils/__init__.py
what/models/detection/utils/array_utils.py
what/models/detection/utils/box_utils.py
what/models/detection/utils/time_utils.py
what/models/detection/yolo/__init__.py
what/models/detection/yolo/yolov3.py
what/models/detection/yolo/yolov3_tiny.py
what/models/detection/yolo/yolov4.py
what/models/detection/yolo/yolov4_tiny.py
what/models/detection/yolo/utils/yolo_utils.py
what/utils/__init__.py
what/utils/file.py
what/utils/logger.py
what/utils/proj.py
what/utils/resize.py
whitebox_adversarial_toolbox.egg-info/PKG-INFO
whitebox_adversarial_toolbox.egg-info/SOURCES.txt
whitebox_adversarial_toolbox.egg-info/dependency_links.txt
whitebox_adversarial_toolbox.egg-info/entry_points.txt
whitebox_adversarial_toolbox.egg-info/requires.txt
whitebox_adversarial_toolbox.egg-info/top_level.txt