Skip to content

Commit 9aa4378

Browse files
committed
Update examples
Signed-off-by: Beat Buesser <[email protected]>
1 parent 3cefd41 commit 9aa4378

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/application_object_detection.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import matplotlib.pyplot as plt
44

55
from art.estimators.object_detection import PyTorchFasterRCNN
6-
from art.estimators.object_detection.pytorch_yolo import PyTorchYolo
7-
from art.attacks.evasion import ProjectedGradientDescent, AdversarialPatchPyTorch
6+
from art.attacks.evasion import ProjectedGradientDescent
87

98
COCO_INSTANCE_CATEGORY_NAMES = [
109
"__background__",

0 commit comments

Comments
 (0)