Merge pull request #4548 from MissPenguin/dygraph

add reference for locality_aware_nms
pull/4556/head
MissPenguin 2021-11-04 19:38:58 +08:00 committed by GitHub
commit 19a359a435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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