We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a940e7 commit 98684b0Copy full SHA for 98684b0
official/vision/dataloaders/maskrcnn_input.py
@@ -321,7 +321,7 @@ def _parse_eval_data(self, data):
321
data: the decoded tensor dictionary from TfExampleDecoder.
322
323
Returns:
324
- A dictionary of {'images': image, 'labels': labels} where
+ A tuple of (image, labels) where
325
image: image tensor that is preproessed to have normalized value and
326
dimension [output_size[0], output_size[1], 3]
327
labels: a dictionary of tensors used for training. The following
0 commit comments