AstarLight / Lets_OCR

A repository for OCR, which inlcudes some classical OCR algorithms Pytorch implementation such as CTPN, EAST and CRNN.
MIT License
656 stars 327 forks source link

关于ctpn的源码的一些问题集中提问 #62

Closed Nobody0321 closed 5 years ago

Nobody0321 commented 5 years ago
  1. 对于lib/draw_image.py和lib/utils.py这两个文件,除了bi_range()和draw_ploy_4pt()两个方法以外完全相同,请问这样设置是有什么深意吗。
  2. 在infer文件中开头引用了 lib.nms可是我查看源码并没找到这个文件,是需要自己去网上下载吗?
Nobody0321 commented 5 years ago

第二个问题,仔细看readme,是需要自己make一个nms。