yangxue0827 / R2CNN_FPN_Tensorflow

R2CNN: Rotational Region CNN Based on FPN (Tensorflow)
419 stars 139 forks source link

tf.less_equal(xmax, img_w) ? #49

Open eccstartup opened 6 years ago

eccstartup commented 6 years ago

https://github.com/yangxue0827/R2CNN_FPN_Tensorflow/blob/37da5d7e002792b6c73a0aefaed865ca1911b2d3/libs/box_utils/boxes_utils.py#L48

xmax_index = tf.less_equal(xmax, tf.cast(img_w, tf.float32)) ?