We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cefd41 commit 9aa4378Copy full SHA for 9aa4378
examples/application_object_detection.py
@@ -3,8 +3,7 @@
3
import matplotlib.pyplot as plt
4
5
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
+from art.attacks.evasion import ProjectedGradientDescent
8
9
COCO_INSTANCE_CATEGORY_NAMES = [
10
"__background__",
0 commit comments