Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MhLiao authored Nov 26, 2019
1 parent 71b61f8 commit afe2279
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This repo is inherited from [maskrcnn-benchmark](https://github.com/facebookrese
- [x] Document for testing
- [x] Document for training
- [x] Demo script
- [ ] Evaluation code
- [x] Evaluation
- [ ] Release the standalone recognition model

## Installation
Expand Down Expand Up @@ -119,6 +119,18 @@ check the initial weights in the config file.
```python3 -m torch.distributed.launch --nproc_per_node=8 tools/train_net.py --config-file configs/finetune.yaml ```

## Evaluation
### Evaluation for ICDAR 2015 dataset
download the [lexicons](https://drive.google.com/open?id=1u3NlpIZkE4dYmrcWo0qzU_q7ra5jvDhD) and place them like ```evaluation/lexicons/ic15/```

```
cd evaluation/icdar2015/e2e/
# edit "result_dir" in script.py
python script.py
```

### Evaluation for Total-Text dataset (ToDo)



## Citing the related works

Expand Down

0 comments on commit afe2279

Please sign in to comment.