RRPN_Faster-RCNN_Tensorflow icon indicating copy to clipboard operation
RRPN_Faster-RCNN_Tensorflow copied to clipboard

gtboxes_and_label dont have fixed shape, why the function tf.train.batch() doesnt raise error?

Open tsing-cv opened this issue 7 years ago • 1 comments

img_name_batch, img_batch, gtboxes_and_label_batch, num_obs_batch = \
        tf.train.batch(
                       [img_name, img, gtboxes_and_label, num_obs],
                       batch_size=batch_size,
                       capacity=1,
                       num_threads=1,
                       dynamic_pad=True)

@yangxue0827

tsing-cv avatar Dec 31 '18 05:12 tsing-cv

Maybe you need to read the source code. @tsing-cv

yangxue0827 avatar Dec 31 '18 05:12 yangxue0827