From 7b60b47dc6942b249d90062bac3446f65e3ffcec Mon Sep 17 00:00:00 2001 From: JustinLin610 Date: Tue, 15 Nov 2022 17:19:34 +0800 Subject: [PATCH] add requirements for text recognition --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7565c19f..c5c8403b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,6 @@ pycocoevalcap==1.2 pytorch_lightning einops datasets -rouge_score \ No newline at end of file +rouge_score +python-Levenshtein +zhconv \ No newline at end of file