Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tsing-cv opened this issue Dec 31, 2018 · 1 comment

Comments

@tsing-cv
Copy link

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

@yangxue0827
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants