njuaplusplus / hijacking

Track hijacking attack against Multiple-Object Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracker Hijacking Attack

First download the YOLOv3 weight file by:

wget https://perceptron-benchmark.s3-us-west-1.amazonaws.com/models/coco/yolov3.h5 -P ./models/yolov3/model_data/

Run the main.py

python3 main.py

The output will be the number of frames required for launching a successful tracker hijacking attack, and the position for fabricate adversarial bounding box in each attack frame.

About

Track hijacking attack against Multiple-Object Tracking


Languages

Language:Python 100.0%