1. 16 Oct, 2019 7 commits
  2. 15 Oct, 2019 3 commits
  3. 12 Oct, 2019 1 commit
  4. 11 Oct, 2019 1 commit
  5. 08 Oct, 2019 4 commits
  6. 07 Oct, 2019 4 commits
  7. 04 Oct, 2019 3 commits
  8. 03 Oct, 2019 2 commits
  9. 02 Oct, 2019 3 commits
  10. 01 Oct, 2019 2 commits
  11. 30 Sep, 2019 4 commits
  12. 27 Sep, 2019 2 commits
  13. 26 Sep, 2019 1 commit
    • Francisco Massa's avatar
      Fix nightly builds (#1374) · cae0eeee
      Francisco Massa authored
      * Fix nightly builds
      
      * Fix lint
      
      * Disable video_reader tests on Travis
      
      * Disable one more test that segfaults on Travis
      
      * Fix typo in expression
      cae0eeee
  14. 24 Sep, 2019 3 commits
    • ekosman's avatar
      Video clips workers (#1369) · 09823951
      ekosman authored
      * Expose num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      
      * add documentation for num_workers in VideoClips
      09823951
    • Zhicheng Yan's avatar
      add _backend argument to __init__() of class VideoClips (#1363) · 78743740
      Zhicheng Yan authored
      * add _backend argument to __init__() of class VideoClips
      
      * minor fix
      
      * minor fix
      
      * Make backend private in VideoClips
      
      * Fix lint
      78743740
    • Zhicheng Yan's avatar
      Video transforms (#1353) · 64917bcc
      Zhicheng Yan authored
      * video transforms
      
      * [video transforms]in ToTensorVideo, divide value by 255.0
      
      * [video transforms] fix a bug
      
      * fix linting
      
      * Make changes backwards-compatible
      64917bcc