1. 12 Nov, 2021 3 commits
  2. 11 Nov, 2021 2 commits
  3. 10 Nov, 2021 3 commits
  4. 09 Nov, 2021 3 commits
  5. 08 Nov, 2021 2 commits
  6. 06 Nov, 2021 1 commit
  7. 05 Nov, 2021 3 commits
  8. 04 Nov, 2021 4 commits
  9. 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
  10. 02 Nov, 2021 1 commit
  11. 31 Oct, 2021 1 commit
  12. 28 Oct, 2021 3 commits
  13. 27 Oct, 2021 8 commits
  14. 26 Oct, 2021 2 commits
  15. 25 Oct, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Adding new ResNet50 weights (#4734) · dc113995
      Vasilis Vryniotis authored
      * Update model checkpoint for resnet50.
      
      * Add get_weight method to retrieve weights from name.
      
      * Update the references to support prototype weights.
      
      * Fixing mypy typing.
      
      * Switching to a python 3.6 supported equivalent.
      
      * Add unit-test.
      
      * Add optional num_classes.
      dc113995