Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
d1f01835
Unverified
Commit
d1f01835
authored
Oct 15, 2021
by
srihari-humbarwadi
Browse files
fixed bug in dataloader horizontal flip
parent
ce62ac15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/vision/beta/projects/panoptic_maskrcnn/dataloaders/panoptic_maskrcnn_input.py
.../panoptic_maskrcnn/dataloaders/panoptic_maskrcnn_input.py
+2
-2
No files found.
official/vision/beta/projects/panoptic_maskrcnn/dataloaders/panoptic_maskrcnn_input.py
View file @
d1f01835
...
@@ -228,8 +228,8 @@ class Parser(maskrcnn_input.Parser):
...
@@ -228,8 +228,8 @@ class Parser(maskrcnn_input.Parser):
image
=
image_mask
[:,
:,
:
-
1
]
image
=
image_mask
[:,
:,
:
-
1
]
data
[
'image'
]
=
image
data
[
'image'
]
=
image
data
[
'boxes'
]
=
boxes
data
[
'
groundtruth_
boxes'
]
=
boxes
data
[
'masks'
]
=
masks
data
[
'
groundtruth_instance_
masks'
]
=
masks
image
,
labels
=
super
(
Parser
,
self
).
_parse_train_data
(
data
)
image
,
labels
=
super
(
Parser
,
self
).
_parse_train_data
(
data
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment