Use a thresh to filter detected box which is smaller than it.
***segment_len_rate:*** *float*
Filter expect longer then segment_len_rate * video length. Only useful for filter expect near video length segments.
<br/>
## Interface
A Temporal Network operator takes two numpy.ndarray(shape(N,D) N: number of features. D: dimension of features) and get the duplicated ranges and scores.
**Parameters:**
***pred_value:*** *List*
List of predicted segment second infos of a video pair
***sim_hw:*** *Tuple*
Similarity matrix height and weight of a video pair. If sample rate is 1s, sim_hw is also the lengths of these videos.