Skip to content

Commit 312c9f6

Browse files
committed
fix typo in baddet demo notebook
Signed-off-by: Farhan Ahmed <[email protected]>
1 parent d8b837d commit 312c9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/poisoning_attack_bad_det.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
"source": [
709709
"### Load ART Model\n",
710710
"\n",
711-
"For this demo, we will be using the YOLO v3 classifier"
711+
"For this demo, we will be using the Faster R-CNN classifier as this model accepts images of any dimension. To use the YOLO v3 or YOLO v5 estimators, you must resize all the images to `416 x 416`."
712712
]
713713
},
714714
{
@@ -717,7 +717,7 @@
717717
"metadata": {},
718718
"outputs": [],
719719
"source": [
720-
"detector = load_yolo_v3()"
720+
"detector = load_faster_rcnn()"
721721
]
722722
},
723723
{

0 commit comments

Comments
 (0)