Skip to content

Commit

Permalink
Merge pull request #1867 from twosixlabs/develop
Browse files Browse the repository at this point in the history
armory v0.16.4 release
  • Loading branch information
mwartell authored Jan 20, 2023
2 parents 7d8394c + b44c5ea commit 029b811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armory/art_experimental/attacks/carla_obj_det_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def generate(self, x, y=None, y_patch_metadata=None):
if x.shape[-1] == 3:
self._patch = self.patch_base
else:
self._patch = np.vstack(
self._patch = np.dstack(
(
self.patch_base,
np.random.randint(0, 255, size=self.patch_base.shape)
Expand Down

0 comments on commit 029b811

Please sign in to comment.