add reference for locality_aware_nms
parent
ee840e71f1
commit
019cc0547d
|
@ -1,5 +1,6 @@
|
|||
"""
|
||||
Locality aware nms.
|
||||
This code is refered from: https://github.com/songdejia/EAST/blob/master/locality_aware_nms.py
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue