hassony2 / torch_videovision

Transforms for video datasets in pytorch
GNU General Public License v3.0
269 stars 44 forks source link

Add Random Flip with given probability #10

Closed iory closed 4 years ago

iory commented 4 years ago

This PR adds a RandomVerticalFlip function and an optional argument of probability.

hassony2 commented 4 years ago

Looks great ! Thanks :)