1. 22 Sep, 2022 1 commit
    • Ponku's avatar
      Add stereo preset transforms (#6549) · 0fcfaa13
      Ponku authored
      
      
      * Added transforms for Stereo Matching
      
      * changed implicit Y scaling to 0.
      
      * Adressed some comments
      
      * addressed type hint
      
      * Added interpolation random interpolation strategy
      
      * Aligned crop get params
      
      * fixed bug in RandomErase
      
      * Adressed scaling and typos
      
      * Adressed occlusion typo
      
      * Changed parameter order in F.erase
      
      * fixed random erase
      
      * Added inference preset transform for stereo matching
      
      * added contiguous reshape to output tensors
      
      * Adressed comments
      
      * Modified the transform preset to use Tuple[int, int]
      
      * adressed NITs
      
      * added grayscale transform, align resize -> mask
      
      * changed max disparity default behaviour
      
      * added fixed resize, changed masking in sparse flow masking
      
      * update to align with argparse
      
      * changed default mask in asymetric pairs
      
      * moved grayscale order
      
      * changed grayscale api to accept to tensor variant
      
      * mypy fix
      
      * changed resize specs
      
      * adressed nits
      
      * added type hints
      
      * mypy fix
      
      * mypy fix
      
      * mypy fix
      Co-authored-by: default avatarJoao Gomes <jdsgomes@fb.com>
      0fcfaa13
  2. 21 Sep, 2022 7 commits
  3. 20 Sep, 2022 2 commits
    • Vasilis Vryniotis's avatar
      Make prototype `F` JIT-scriptable (#6584) · 841b9a19
      Vasilis Vryniotis authored
      
      
      * Improve existing low kernel test.
      
      * Add new midlevel jit-scriptability test (failing).
      
      * Remove duplicate aliases from kernel tests.
      
      * Fixing colour kernels.
      
      * Fixing deprecated kernels.
      
      * fix mypy
      
      * Silence mypy instead of fixing to avoid performance penalty
      
      * Fixing augment kernels.
      
      * Fixing augment meta.
      
      * Remove is_tracing calls.
      
      * Add fake ImageType and DType
      
      * Fixing type conversion kernels.
      
      * Fixing misc kernels.
      
      * partial fix geometry
      
      * Remove mutable default from `_pad_with_vector_fill()` + all other unnecessary defaults.
      
      * Fix geometry ops
      
      * Fixing tests
      
      * Removed xfail for jit tests on midlevel ops
      Co-authored-by: default avatarvfdev-5 <vfdev.5@gmail.com>
      841b9a19
    • Ambuj Pawar's avatar
      Remove warnings pytest models (#6593) · 3a1f05ed
      Ambuj Pawar authored
      
      
      * ADD: init_weights config for googlenet
      
      * Fix: Inception and googlenet warnings
      
      * Fix: warning in test_datasets.py
      
      * Fix: Formatting error with ufmt
      
      * Fix: Failing tests in quantized_classification_model
      
      * Update test/test_models.py to make googlenet in 1 line
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      
      * Refactor: Change inception quantisation class initialization to use args/kwargs
      
      * Resolve mypy issue
      
      * Move *args before inception_blocks
      
      * Move args keywords before other arguments
      Co-authored-by: default avatarAmbuj Pawar <your_email@abc.example>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      3a1f05ed
  4. 19 Sep, 2022 4 commits
  5. 16 Sep, 2022 6 commits
  6. 15 Sep, 2022 8 commits
  7. 14 Sep, 2022 7 commits
  8. 13 Sep, 2022 5 commits