Bryan YW
Bryan YW
This changes added capability for test & training to be directly invoked in code, e.g., inside a Jupyter notebook cell. The change also ensures the original command-line usage remains the...
**Describe the bug** from mmocr.utils.box_util import sort_points poly = [[1668,1748],[1704,1749],[1742,1898],[1705,1898]] sorted_pts = order_points(np.array(poly)) print(sorted_pts) the MMOCR function sort_points claims to sort arbitory points in clockwise order. BUT the above code...
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...