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 17e28ea commit cb24f9aCopy full SHA for cb24f9a
tensorflow_datasets/image_classification/corruptions.py
@@ -589,9 +589,9 @@ def snow(x, severity=1):
589
590
subprocess.check_output([
591
convert_bin,
592
+ im_input.name,
593
'-motion-blur',
594
'{}x{}+{}'.format(radius, sigma, angle),
- im_input.name,
595
im_output.name,
596
])
597
@@ -637,9 +637,9 @@ def motion_blur(x, severity=1):
637
638
639
640
641
642
643
644
645
0 commit comments