tensorflow-yolo3 icon indicating copy to clipboard operation
tensorflow-yolo3 copied to clipboard

new_width and new_height

Open wangce888 opened this issue 7 years ago • 2 comments

new_high = new_high * tf.minimum(input_width / new_width, input_high / new_high) new_width = new_high * tf.minimum(input_width / new_width, input_high / new_high) line2:I think it is new_width*tf.minimum()

wangce888 avatar Sep 20 '18 02:09 wangce888

sorry, I forgot to update the code

aloyschen avatar Sep 20 '18 03:09 aloyschen

@aloyschen thank you

wangce888 avatar Sep 20 '18 07:09 wangce888