1. 05 Aug, 2020 1 commit
    • vfdev's avatar
      Unified inputs for `F.rotate` (#2495) · 76662528
      vfdev authored
      * Added code for F_t.rotate with test
      - updated F.affine tests
      
      * Rotate test tolerance to 2%
      
      * Fixes failing test
      
      * Optimized _expanded_affine_grid with a single matmul op
      
      * Recoded _compute_output_size
      76662528
  2. 04 Aug, 2020 2 commits
    • Edgar Andrés Margffoy Tuay's avatar
      PR: Add UCF101 dataset tests (#2548) · 23295fbb
      Edgar Andrés Margffoy Tuay authored
      * Add fake data generator for UCF101
      
      * Minor error correction
      
      * Reduce total number of categories
      
      * Fix naming
      
      * Increase length
      
      * Store in uint8
      
      * Close fds
      
      * Add assertGreater
      
      * Add dimension tests
      
      * Use numel instead of size
      
      * Iterate over folds and splits
      23295fbb
    • 江胤佐's avatar
      fix type hints and spelling mistake in generalized_rcnn and poolers (#2550) · c2bbefc2
      江胤佐 authored
      * fix type hints and move degenerate boxes to a function in torchvision.models.detection.generalized_rcnn
      
      * format code
      
      * format code
      
      * changed to static method
      
      * revert imports
      
      * changed to method
      
      * revert procedure for degenerating boxes
      c2bbefc2
  3. 03 Aug, 2020 14 commits
  4. 31 Jul, 2020 9 commits
  5. 30 Jul, 2020 4 commits
  6. 29 Jul, 2020 2 commits
  7. 20 Jul, 2020 1 commit
  8. 17 Jul, 2020 1 commit
  9. 16 Jul, 2020 2 commits
    • Kushajveer Singh's avatar
      perform cyclic check for hue in test_rgb2hsv (#2477) · ab73b448
      Kushajveer Singh authored
      * perform cyclic check for hue in test_rgb2hsv
      
      Test fails for cases when hue=0 and hue=360. As hue is cyclic in nature, add cyclic logic for checking the max difference by taking the sin of the tensor and then comparing the max values.
      
      * address linter issues
      ab73b448
    • vfdev's avatar
      Unified input for F.affine (#2444) · 5f4b5794
      vfdev authored
      * [WIP] F.affine
      
      * [WIP] F.affine + tests
      
      * Unified input for F.affine
      
      * Removed commented code
      
      * Removed unused imports
      5f4b5794
  10. 15 Jul, 2020 2 commits
  11. 13 Jul, 2020 2 commits