Skip to content

Commit f5325d3

Browse files
authored
Update test_video.py
1 parent 51ecbf7 commit f5325d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test_video.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77

88
def get_args():
9-
parser = argparse.ArgumentParser("You Only Look Once: Unified, Real-Time Object Detection")
9+
parser = argparse.ArgumentParser(
10+
"EfficientDet: Scalable and Efficient Object Detection implementation by Signatrix GmbH")
1011
parser.add_argument("--image_size", type=int, default=512, help="The common width and height for all images")
1112
parser.add_argument("--cls_threshold", type=float, default=0.5)
1213
parser.add_argument("--nms_threshold", type=float, default=0.5)

0 commit comments

Comments
 (0)