1. 22 Nov, 2021 2 commits
  2. 19 Nov, 2021 1 commit
    • Philip Meier's avatar
      add prototype utilities to read arbitrary numeric binary files (#4882) · 8dcb5b81
      Philip Meier authored
      * add FloReader datapipe
      
      * add NumericBinaryReader
      
      * revert unrelated change
      
      * cleanup
      
      * cleanup
      
      * add comment for byte reversal
      
      * use numpy after all
      
      * appease mypy
      
      * use .astype() with copy=False
      
      * add docstring and cleanuo
      
      * reuse current _read_flo and revert MNIST changes
      
      * cleanup
      
      * revert demonstration
      
      * refactor
      
      * cleanup
      
      * add support for mutable memory
      
      * add test
      
      * add comments
      
      * catch more exceptions
      
      * fix mypy
      
      * fix variable names
      
      * hardcode flow sizes in test
      
      * add fix dtype docstring
      
      * expand comment on different reading modes
      
      * add comment about files in update mode
      
      * add tests for fromfile
      
      * cleanup
      
      * cleanup
      8dcb5b81
  3. 18 Nov, 2021 2 commits
  4. 17 Nov, 2021 1 commit
  5. 12 Nov, 2021 3 commits
  6. 11 Nov, 2021 2 commits
  7. 10 Nov, 2021 3 commits
  8. 09 Nov, 2021 3 commits
  9. 08 Nov, 2021 2 commits
  10. 06 Nov, 2021 1 commit
  11. 05 Nov, 2021 3 commits
  12. 04 Nov, 2021 4 commits
  13. 03 Nov, 2021 3 commits
    • Bruno Korbar's avatar
      Fast seek implementation (#3179) · 4ccef06c
      Bruno Korbar authored
      
      
      * modify processPacket to support fast seek
      
      * add fastSeek to ProcessPacket decoder definition
      
      * add fastseek flag to DecoderParametersStruct
      
      * add fastseek flag to the process packet call
      
      * no default params in C++ implementation
      
      * enable flag in C++ implementation
      
      * make order of parameters more normal
      
      * register new seek with python api
      
      * [somewhat broken] test suite for keyframes using pyav
      
      * revert " changes
      
      * add type annotations to init
      
      * Adding tests
      
      * linter
      
      * Flake doesn't show up :|
      
      * Change from unitest to pytest syntax
      
      * add return type
      Co-authored-by: default avatarPrabhat Roy <prabhatroy@fb.com>
      4ccef06c
    • Vasilis Vryniotis's avatar
      Adding multiweight support to Quantized GoogLeNet (#4848) · b43353e8
      Vasilis Vryniotis authored
      * Reordering the builders to use proper typing.
      
      * Adding additional meta-data on existing quantized models.
      
      * Fixing meta on unquantized model.
      
      * Adding quantized googlenet builder.
      
      * undo inception move.
      
      * Adding recipe information.
      b43353e8
    • Vasilis Vryniotis's avatar
      Adding multiweight support to FasterRCNN (#4847) · dd1adb07
      Vasilis Vryniotis authored
      * Aligning exception with all other models.
      
      * Adding prototype preprocessing on video references.
      
      * Adding the rest of model builders on faster_rcnn.
      dd1adb07
  14. 02 Nov, 2021 1 commit
  15. 31 Oct, 2021 1 commit
  16. 28 Oct, 2021 3 commits
  17. 27 Oct, 2021 5 commits