README.md 160 字节
Newer Older
W
WenmuZhou 已提交
1
## 编译
W
WenmuZhou 已提交
2 3
This code is refer from:
https://github.com/whai362/PSENet/blob/python3/models/post_processing/pse
W
WenmuZhou 已提交
4 5 6
```python
python3 setup.py build_ext --inplace
```