1. 28 Jan, 2020 1 commit
  2. 16 Dec, 2019 1 commit
    • Oana Florescu's avatar
      VideoClips windows fixes (#1661) · 757ecfb0
      Oana Florescu authored
      * remove windows skips from video_utils tests, now that they pass
      
      * replace lambda in videoclips in order to be pickled on windows and update tests
      757ecfb0
  3. 10 Dec, 2019 1 commit
  4. 07 Nov, 2019 1 commit
  5. 31 Oct, 2019 1 commit
  6. 29 Oct, 2019 1 commit
  7. 08 Oct, 2019 1 commit
  8. 03 Oct, 2019 1 commit
  9. 24 Sep, 2019 2 commits
  10. 23 Sep, 2019 1 commit
  11. 31 Jul, 2019 2 commits
    • Francisco Massa's avatar
      Move RandomClipSampler to references (#1186) · 94c94170
      Francisco Massa authored
      * Move RandomClipSampler to references
      
      * Lint and bugfix
      94c94170
    • Francisco Massa's avatar
      Video reference scripts (#1180) · 5c0b7f31
      Francisco Massa authored
      * Copy classification scripts for video classification
      
      * Initial version of video classification
      
      * add version
      
      * Training of r2plus1d_18 on kinetics work
      
      Gives even slightly better results than expected, with 57.336 top1 clip accuracy. But we count some clips twice in this evaluation
      
      * Cleanups on training script
      
      * Lint
      
      * Minor improvements
      
      * Remove some hacks
      
      * Lint
      5c0b7f31
  12. 26 Jul, 2019 1 commit
  13. 23 Jul, 2019 1 commit
  14. 19 Jul, 2019 1 commit
    • Francisco Massa's avatar
      Add VideoClips and Kinetics dataset (#1077) · 5d1372c0
      Francisco Massa authored
      * Add VideoClips and Kinetics dataset
      
      * Lint + add back missing line
      
      * Adds ClipSampler following Bruno comment
      
      * Change name following Bruno's suggestion
      
      * Enable specifying a target framerate
      
      * Fix test_io for new interface
      
      * Add comment mentioning drop_last behavior
      
      * Make compute_clips more robust
      
      * Flake8
      
      * Fix for Python2
      5d1372c0