Merge pull request #4548 from MissPenguin/dygraph
add reference for locality_aware_nmspull/4556/head
commit
19a359a435
|
@ -1,5 +1,6 @@
|
||||||
"""
|
"""
|
||||||
Locality aware nms.
|
Locality aware nms.
|
||||||
|
This code is refered from: https://github.com/songdejia/EAST/blob/master/locality_aware_nms.py
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
Loading…
Reference in New Issue