Skip to content

Commit

Permalink
[FIX] bad argument error in dataset mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenbihi committed Aug 20, 2022
1 parent 60da17a commit 68ab58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hourglass_tensorflow/datasets/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def _create_dataset(self, dataset: CastableTableDataset) -> tf.data.Dataset:
img,
coord,
vis,
input_size=int(self.config.input_size),
output_size=int(self.config.output_size),
stacks=self.config.stacks,
stddev=self.config.heatmap_stddev,
)
Expand Down

0 comments on commit 68ab58c

Please sign in to comment.