tf-blazeface icon indicating copy to clipboard operation
tf-blazeface copied to clipboard

I think there is a bug in function: calculate_actual_outputs

Open sohumango opened this issue 3 years ago • 0 comments

add the following line. actual_deltas = tf.where(tf.expand_dims(pos_cond, -1), actual_deltas, tf.zeros_like(actual_deltas)). for prior_boxes are not all zeros. the clear zero action before bbox_utils.get_deltas_from_bboxes_and_landmarks was wasted.

sohumango avatar Apr 30 '21 01:04 sohumango