You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The greedy bi-partite matching operator is used in objection detection to obtain the matching with maximum distance, especially in SSD algorithm. The doc in TensorFlow is very good. But our implementation is different from TF, we need to support batched input which is a LoDTensor.
The text was updated successfully, but these errors were encountered:
qingqing01
changed the title
Develop bipartite match operator.
Develop bipartite graph match operator.
Jan 17, 2018
Related to #7402 and #7488
The greedy bi-partite matching operator is used in objection detection to obtain the matching with maximum distance, especially in SSD algorithm. The doc in TensorFlow is very good. But our implementation is different from TF, we need to support batched input which is a LoDTensor.
The text was updated successfully, but these errors were encountered: