tensorflow-yolo3
tensorflow-yolo3 copied to clipboard
new_width and new_height
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()
sorry, I forgot to update the code
@aloyschen thank you