Skip to content

Commit c210329

Browse files
authored
Update README.md
1 parent 55db245 commit c210329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ modify it
99

1010
if __name__ == "__main__":
1111
train(False)
12-
# test('/home/user4/ysx/demo/CRAFT_214000.ckpt', '/home/user4/ysx/CRAFT/802.jpg')
12+
# test('ckpt_path', 'text_image_path')
1313

1414
TO
1515

1616
if __name__ == "__main__":
1717
# train(False)
18-
test('/home/user4/ysx/demo/CRAFT_214000.ckpt', '/home/user4/ysx/CRAFT/802.jpg')
18+
test('ckpt_path', 'text_image_path')
1919

2020
the first argument is your .ckpt path, seconed argument is text image path
2121

0 commit comments

Comments
 (0)