From 811d194db25a27e9d9c8dc21d6512039c7c3074a Mon Sep 17 00:00:00 2001 From: GuptaAman08 <31820923+GuptaAman08@users.noreply.github.com> Date: Fri, 31 May 2019 13:20:54 +0530 Subject: [PATCH] Update ReadMe --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1c0fa65..0b4e44d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # object-detect-disrupt A system to disrupt the object detection task of deep learning models. + +File test_all.py is used to test both state-of-the-art trained models and trained GAN. This is done by passing arguments as required by file. One can perform black-box and white-box attacks trying on different combination of dicriminator and generator. + +File attacks.py contains definition of classes for FGSM and DCGAN. + +Inorder to train GAN use example.py file.