Skip to content

Commit

Permalink
Unexpected argument
Browse files Browse the repository at this point in the history
  • Loading branch information
lvaleriu authored Apr 13, 2018
1 parent fbf46ad commit de7f094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_retinanet/bin/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def run(generator, args):
# draw annotations on the image
if args.annotations:
# draw annotations in red
draw_annotations(image, annotations, color=(0, 0, 255), generator=generator)
draw_annotations(image, annotations, color=(0, 0, 255))

# draw regressed anchors in green to override most red annotations
# result is that annotations without anchors are red, with anchors are green
Expand Down

0 comments on commit de7f094

Please sign in to comment.