DetectionTeamUCAS / DetectionTeamUCAS/RRPN_Faster-RCNN_Tensorflow

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

Open
#21 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
252
Forks
87
PR merge metrics
No merged PRs in 30d

Description

```python
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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.