mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
* Add check to avoid zero div in iou computation * replace polygon3 with shapely * remove req of Polygon3
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
# These must be installed before building mmocr
|
|
numpy
|
|
pyclipper
|
|
torch>=1.1
|