Skip to content

Commit

Permalink
增加hitb的开源实现
Browse files Browse the repository at this point in the history
  • Loading branch information
duoergun0729 committed Sep 5, 2019
1 parent 8965104 commit e374f80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ Advbox is a toolbox to generate adversarial examples that fool neural networks i

[Homepage of AdvBox](advbox.md)

## ODD(Object Detector Deception)

ODD is a tool-box for attacking object detectors with mainstream attack methods. It provides users with convenience on doing experiment and benchmark. Users can place modified OD model and customize attack cost function according to attack goal in the framework.

For now, ODD only has a yolo(faster-yolo v2) model to play with. We welcome contributions for more models and attack methods to go onto the stage.

- It is Open Source for [COMMSEC: Hacking Object Detectors Is Just Like Training Neural Networks. HITB GSEC 2019](https://gsec.hitb.org/sg2019/sessions/commsec-hacking-object-detectors-is-just-like-training-neural-networks/)
- [Recorded Video from 6:00:00](https://www.youtube.com/watch?v=MGc_KskTnF4)

[Homepage of ODD](advbox_family/ODD/README.md)


## AdvDetect
AdvDetect is a toolbox to detect adversarial examples from massive data.

Expand Down Expand Up @@ -57,6 +69,8 @@ The restful API is used to detect whether the face in the picture/video is a fal

![pic2](pic/deepfake02.png)



## Paper and ppt of Advbox Family

# Issues report
Expand Down

0 comments on commit e374f80

Please sign in to comment.