Unverified Commit 2189c3c4 authored by lz's avatar lz Committed by GitHub
Browse files

Update readme.md

parent 76676402
...@@ -26,7 +26,7 @@ Generation Steps: ...@@ -26,7 +26,7 @@ Generation Steps:
6. Compute the similarity score. 6. Compute the similarity score.
```python image_text_matching.py --ann_path ./outputs/grit.json --output_path ./outputs/grit_score.json``` ```python image_text_matching.py --ann_path ./outputs/grit.json --output_path ./outputs/grit_score.json```
7. Use ppocr to detect text in an image. 7. Use ppocr to detect text in images.
```python ocr_ppocr.py``` ```python ocr_ppocr.py```
8. Integrate the generated annotations into ann_all.json. 8. Integrate the generated annotations into ann_all.json.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment