Function tensorflow::eager::raw_ops::generate_bounding_box_proposals
source · pub fn generate_bounding_box_proposals<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>, T6: ToTensorHandle<'a>>(
ctx: &'a Context,
scores: &T0,
bbox_deltas: &T1,
image_info: &T2,
anchors: &T3,
nms_threshold: &T4,
pre_nms_topn: &T5,
min_size: &T6
) -> Result<[TensorHandle<'a>; 2]>
Expand description
Shorthand for GenerateBoundingBoxProposals::new().call(&ctx, &scores, &bbox_deltas, &image_info, &anchors, &nms_threshold, &pre_nms_topn, &min_size)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/GenerateBoundingBoxProposals