Skip to content

Commit

Permalink
Update test_video.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vietnh1009 authored Jan 6, 2020
1 parent 51ecbf7 commit f5325d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@


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

0 comments on commit f5325d3

Please sign in to comment.