PaddleOCR/ppocr/postprocess/pse_postprocess/pse/README.md

6 lines
113 B
Markdown
Raw Normal View History

2021-07-27 15:39:07 +08:00
## 编译
code from https://github.com/whai362/pan_pp.pytorch
```python
python3 setup.py build_ext --inplace
```