Skip to content

Commit f904333

Browse files
authored
Merge pull request #951 from Trusted-AI/development_issue_950
Add missing model argument in TensorFlowFasterRCNN
2 parents 0d227c0 + 8ddfa44 commit f904333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

art/estimators/object_detection/tensorflow_faster_rcnn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def __init__(
104104

105105
# Super initialization
106106
super().__init__(
107+
model=model,
107108
clip_values=clip_values,
108109
channels_first=channels_first,
109110
preprocessing_defences=preprocessing_defences,

0 commit comments

Comments
 (0)