mmocr/requirements/build.txt
Tong Gao 0881c2d2a2
[Fix] Add zero division handler in poly utils, remove Polygon3 (#448)
* Add check to avoid zero div in iou computation

* replace polygon3 with shapely

* remove req of Polygon3
2021-08-25 13:14:58 +08:00

5 lines
75 B
Plaintext

# These must be installed before building mmocr
numpy
pyclipper
torch>=1.1