Skip to content
Snippets Groups Projects
Closed random rotate of images is not really random
  • View options
  • random rotate of images is not really random

  • View options
  • Closed Issue created

    in bob.learn.tensorflow/bob/learn/tensorflow/dataset/__init__.py there is:

        if random_rotate:
            image = tf.contrib.image.rotate(
                image,
                angles=numpy.random.randint(-5, 5),
                interpolation="BILINEAR")

    this random number (from numpy) is going to be evaluated once and then all images will be rotated using that angle.

    Linked items ... 0

  • Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first
    Loading Loading Loading Loading Loading Loading Loading Loading Loading Loading