mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-29 16:08:23 +00:00
fix comment
This commit is contained in:
parent
d0830ed1b4
commit
f24bbb3ba8
@ -8,7 +8,7 @@ import glob
|
||||
|
||||
def init_args():
|
||||
parser = argparse.ArgumentParser()
|
||||
# params for prediction engine
|
||||
# params for testing assert allclose
|
||||
parser.add_argument("--atol", type=float, default=1e-3)
|
||||
parser.add_argument("--rtol", type=float, default=1e-3)
|
||||
parser.add_argument("--gt_file", type=str, default="")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user