modify some punctunation mistakes

modify some punctunation mistakes
pull/5149/head
livingbody 2022-01-05 23:45:21 +08:00 committed by GitHub
parent 1ad919674a
commit 2066eeeb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Document Visual Q&ADOC-VQA
Document Visual Q&AMainly for the image content of the question and answer, DOC-VQA is a type of VQA taskDOC-VQA mainly asks questions about the textual content of text images.
Document Visual Q&A, mainly for the image content of the question and answer, DOC-VQA is a type of VQA task, DOC-VQA mainly asks questions about the textual content of text images.
The DOC-VQA algorithm in PP-Structure is developed based on PaddleNLP natural language processing algorithm library.
@ -34,7 +34,7 @@ We evaluated the algorithm on [XFUN](https://github.com/doc-analysis/XFUND) 's
**Note**: the test images are from the xfun dataset.
### 2.1 .SER
### 2.1 SER
![](./images/result_ser/zh_val_0_ser.jpg) | ![](./images/result_ser/zh_val_42_ser.jpg)
---|---
@ -95,7 +95,7 @@ git clone https://gitee.com/paddlepaddle/PaddleOCR
# Note: the code cloud hosting code may not be able to synchronize the update of this GitHub project in real time, with a delay of 3 ~ 5 days. Please give priority to the recommended method.
```
- **3Install PaddleNLP**
- **(3) Install PaddleNLP**
```bash
# You need to use the latest code version of paddlenlp for installation
@ -105,7 +105,7 @@ pip3 install -e .
```
- **4Install requirements for VQA **
- **(4) Install requirements for VQA **
```bash
cd ppstructure/vqa
@ -224,7 +224,7 @@ python3.7 helper/eval_with_label_end2end.py --gt_json_path XFUND/zh_val/xfun_nor
```
### 3.3 RE Task
### 4.3 RE Task
* Start training