You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the following lines, a list containing two times the pooled width and two times the pooled height (in that order) is provided to tf.image.crop_and_resize:
On the following lines, a list containing two times the pooled width and two times the pooled height (in that order) is provided to tf.image.crop_and_resize:
luminoth/luminoth/models/fasterrcnn/roi_pool.py
Lines 75 to 78 in 9109d8b
However, in the crop_and_resize documentation it states that crop_size should have height first and then width.
The text was updated successfully, but these errors were encountered: