1. 19 Nov, 2020 4 commits
  2. 18 Nov, 2020 4 commits
    • Vasilis Vryniotis's avatar
      8c281757
    • Zhiqiang Wang's avatar
      Adds Anchor tests with ground-truth outputs (#2983) · b18a4757
      Zhiqiang Wang authored
      * Add AnchorGenerator with ground-truth outputs
      
      * Minor fixes
      b18a4757
    • Aditya Oke's avatar
      fixes line count (#3019) · 4c112189
      Aditya Oke authored
      4c112189
    • Vasilis Vryniotis's avatar
      Support specifying output channels in io.image.read_image (#2988) · 4d6ba678
      Vasilis Vryniotis authored
      * Adding output channels implementation for pngs.
      
      * Adding tests for png.
      
      * Adding channels in the API and documentation.
      
      * Fixing formatting.
      
      * Refactoring test_image.py to remove huge grace_hopper_517x606.pth file from assets and reduce duplicate code. Moving jpeg assets used by encode and write unit-tests on their separate folders.
      
      * Adding output channels implementation for jpegs. Fix asset locations.
      
      * Add tests for JPEG, adding the channels in the API and documentation and adding checks for inputs.
      
      * Changing folder for unit-test.
      
      * Fixing windows flakiness, removing duplicate test.
      
      * Replacing components to channels.
      
      * Adding reference for supporting CMYK.
      
      * Minor changes: num_components to output_components, adding comments, fixing variable name etc.
      
      * Reverting output_components to num_components.
      
      * Replacing decoding with generic method on tests.
      
      * Palette converted to Gray.
      4d6ba678
  3. 16 Nov, 2020 6 commits
  4. 12 Nov, 2020 2 commits
  5. 10 Nov, 2020 3 commits
  6. 09 Nov, 2020 7 commits
  7. 06 Nov, 2020 6 commits
    • F-G Fernandez's avatar
      Added annotation typing to shufflenet (#2864) · 052edcec
      F-G Fernandez authored
      * style: Added annotation typing for shufflenet
      
      * fix: Removed duplicate type hint
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * style: Added black formatting on depthwise_conv
      
      * style: Fixed stage typing in shufflenet
      052edcec
    • Bruno Korbar's avatar
      [docs] initial docstring for makedataset (#2879) · 3852b419
      Bruno Korbar authored
      
      
      * initial docstring
      
      * Revert "initial docstring"
      
      This reverts commit 2bf68ca26e58096885901da0cfa330530974e731.
      
      * revert the formatting changes
      
      * clear up per Victor's comment
      
      * Addressing PR comments
      Co-authored-by: default avatarBruno Korbar <korbar@vggdev9.vggdev.cluster>
      3852b419
    • F-G Fernandez's avatar
      Added annotation typing to densenet (#2860) · a8d84961
      F-G Fernandez authored
      * style: Added annotation typing for densenet
      
      * fix: Fixed import
      
      * refactor: Removed un-necessary import
      
      * fix: Fixed constructor typing
      
      * chore: Updated mypy.ini
      
      * fix: Fixed tuple typing
      
      * style: Ignored some mypy errors
      
      * style: Fixed typing
      
      * fix: Added missing constructor typing
      a8d84961
    • vfdev's avatar
      House keeping improvements: (#2964) · f655e6a7
      vfdev authored
      - fixed problem with error computation between results
      - refactored tensor cast for resize
      - fixed round usage
      f655e6a7
    • Aditya Oke's avatar
      Changes to assert to ValueError in achor utils (#2960) · 46f6083b
      Aditya Oke authored
      * changes to value error
      
      * fixes it :)
      
      * simpler fix
      46f6083b
    • Vasilis Vryniotis's avatar
      Fix flakiness on detection tests (#2966) · 7f7ff056
      Vasilis Vryniotis authored
      * Simplify the ACCEPT=True logic in assertExpected().
      
      * Separate the expected filename estimation from assertExpected
      
      * Unflatten expected values.
      
      * Assert for duplicate scores if primary check fails.
      
      * Remove custom exceptions for algorithms and add a compact function for shrinking large ouputs.
      
      * Removing unused variables.
      
      * Add warning and comments.
      
      * Re-enable all autocast unit-test for detection and marking the tests as skipped in partial validation.
      
      * Move test skip at the end.
      
      * Changing the warning message.
      7f7ff056
  8. 05 Nov, 2020 2 commits
  9. 04 Nov, 2020 2 commits
  10. 03 Nov, 2020 2 commits
  11. 02 Nov, 2020 2 commits