1. 09 Nov, 2020 3 commits
  2. 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
  3. 05 Nov, 2020 2 commits
  4. 04 Nov, 2020 2 commits
  5. 03 Nov, 2020 2 commits
  6. 02 Nov, 2020 2 commits
  7. 30 Oct, 2020 10 commits
    • Bruno Korbar's avatar
      [videoAPI] minor example and documentation changes (#2821) · 36daee3f
      Bruno Korbar authored
      
      
      * Modified the example to conform with the new DICT return.
      
      * adding better stream documentation to examples
      
      * Clearing up some documentation as a result of a feedback
      
      * Formatting mostly
      
      * Addressing Victor's comments.
      
      * addressing fmassas comments
      
      * remove unnecessary tab
      Co-authored-by: default avatarBruno Korbar <korbar@vggdev9.vggdev.cluster>
      Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
      36daee3f
    • Vasilis Vryniotis's avatar
      Adding Autocast tests for all C++ Ops (#2938) · dc5d0554
      Vasilis Vryniotis authored
      * Moving Autocast mtest in RoiOpTester.
      
      * Adding autocast test on DeformConvTester.
      
      * Adding autocast test on NMSTester.
      
      * Fixing styles.
      dc5d0554
    • Vasilis Vryniotis's avatar
      PSROIPool + Dispatcher + Autocast + Code Cleanup (#2926) · b93d5ee2
      Vasilis Vryniotis authored
      * Fixing types.
      
      * Dispatcher + Autocast.
      
      * + Autograd.
      
      * Formating.
      
      * Clean up and refactor PSROIPool implementation:
      - Remove primitive const declaration from method names.
      - Using references when possible.
      - Fix variable naming.
      
      * Restore include headers.
      
      * New line at end of file.
      
      * Resolving conflict, final cleanup, ordering method consistently across files.
      b93d5ee2
    • Vasilis Vryniotis's avatar
      ROIPool + Dispatcher + Autocast + Code Cleanup (#2922) · 0125a7dc
      Vasilis Vryniotis authored
      * Fixing types.
      
      * Dispatcher + Autocast.
      
      * + Autograd.
      
      * Formating.
      
      * Fixing return casting with autocast.
      
      * Clean up and refactor ROIPool implementation:
      - Remove primitive const declaration from method names.
      - Using references when possible.
      
      * Restore include headers.
      
      * New line at end of file.
      0125a7dc
    • Vasilis Vryniotis's avatar
      ROIAlign code cleanup (#2906) · f0c92d85
      Vasilis Vryniotis authored
      * Clean up and refactor ROIAlign implementation:
      - Remove primitive const declaration from method names.
      - Passing as const ref instead of value where possible.
      - Remove unnecessary headers.
      
      * Adding back include for cpu.
      
      * Restore include headers.
      f0c92d85
    • Vasilis Vryniotis's avatar
      PSROIAlign + Dispatcher + Autocast + Code Cleanup (#2928) · b06e43d6
      Vasilis Vryniotis authored
      * Fixing types.
      
      * Dispatcher + Autocast.
      
      * + Autograd.
      
      * Clean up and refactor PSROIAlign implementation:
      - Remove primitive const declaration from method names.
      - Using references when possible.
      - Sync naming of internal methods with other ops.
      
      * Restoring names of internal methods to avoid conflicts.
      
      * Restore include headers.
      b06e43d6
    • Vasilis Vryniotis's avatar
      DeformConv code cleanup (#2905) · 0e5aee46
      Vasilis Vryniotis authored
      * Clean up and refactor DeformConv implementation:
      - Remove primitive const declaration from method names.
      - Passing as const ref instead of value where possible.
      - Aligning method names between cpu and cuda.
      
      * Adding newline.
      
      * Adding back include for cpu.
      
      * Restoring method names of private methods to avoid conflicts.
      
      * Restore include headers.
      0e5aee46
    • Vasilis Vryniotis's avatar
      [BC-breaking] Change default eps value of FrozenBN (#2933) · 45e027c7
      Vasilis Vryniotis authored
      * Change default eps value of FrozenBN.
      
      * Update the unit-tests.`
      
      * Update the expected values.
      
      * Revert the expected value and use original eps=0 value for flaky tests.
      
      * Post init change of eps.
      
      * Styles.
      45e027c7
    • Vasilis Vryniotis's avatar
      NMS code cleanup (#2907) · 455cd57c
      Vasilis Vryniotis authored
      * Clean up and refactor ROIAlign implementation:
      - Remove primitive const declaration from method names.
      - Remove unnecessary headers.
      - Aligning method names between cpu and cuda.
      
      * Adding back include for cpu.
      
      * Restoring method names of private methods to avoid conflicts.
      
      * Restore include headers.
      455cd57c
    • vfdev's avatar
      Fixes #2932 (#2937) · c9d9e67e
      vfdev authored
      - Replaced tuple creation by one acceptable by majority of compilers
      c9d9e67e
  8. 28 Oct, 2020 1 commit
  9. 27 Oct, 2020 7 commits
  10. 26 Oct, 2020 5 commits