1. 08 Jul, 2020 8 commits
  2. 07 Jul, 2020 4 commits
  3. 06 Jul, 2020 1 commit
  4. 05 Jul, 2020 1 commit
  5. 03 Jul, 2020 3 commits
  6. 02 Jul, 2020 4 commits
  7. 01 Jul, 2020 2 commits
  8. 30 Jun, 2020 1 commit
    • Jerry Jiarui XU's avatar
      Add cpu ops (#370) · 0970ae94
      Jerry Jiarui XU authored
      * update actiion
      
      * remove 1.3 cuda
      
      * reorder
      
      * add no torch
      
      * fixed version
      
      * make py3.8 on pt1.5
      
      * make py3.8 on pt1.5
      
      * remove torch 1.3
      
      * disable py3.8
      
      * pip
      
      * merge master with cuda compile fix
      
      * add cpu roi align
      
      * fixed test
      
      * fixed no torch
      
      * add CUDA_ARGS
      
      * use one line
      
      * gencode=61
      
      * seperate jobs
      
      * update lint
      
      * use parametrize test
      
      * formart and rename
      
      * unit test for all
      0970ae94
  9. 29 Jun, 2020 3 commits
  10. 28 Jun, 2020 2 commits
    • louzana's avatar
      fix bug of building ConvModule with HSigmoid using inplace=True and a… (#369) · 2c6fc5fd
      louzana authored
      * fix bug of building ConvModule with HSigmoid using inplace=True and add corresponding unittest
      
      * fix linting
      2c6fc5fd
    • zhuyuanhao's avatar
      add ext ops, support parrots (#310) · c0f5492e
      zhuyuanhao authored
      
      
      * add ext ops, support parrots
      
      * fix lint
      
      * fix lint
      
      * update op from mmdetection
      
      * support non-pytorch env
      
      * fix import bug
      
      * test not import mmcv.op
      
      * rename mmcv.op to mmcv.ops
      
      * fix compile warning
      
      * 1. fix syncbn warning in pytorch 1.5
      2. support only cpu compile
      3. add point_sample from mmdet
      
      * fix text bug
      
      * update docstrings
      
      * fix line endings
      
      * minor updates
      
      * remove non_local from ops
      
      * bug fix for nonlocal2d
      
      * rename ops_ext to _ext and _ext to _flow_warp_ext
      
      * update the doc
      
      * try clang-format github action
      
      * fix github action
      
      * add ops to api.rst
      
      * fix cpp format
      
      * fix clang format issues
      
      * remove .clang-format
      Co-authored-by: default avatarKai Chen <chenkaidev@gmail.com>
      c0f5492e
  11. 26 Jun, 2020 2 commits
    • Kai Chen's avatar
      bump version to v0.6.2 (#368) · a7bf7701
      Kai Chen authored
      a7bf7701
    • Jintao Lin's avatar
      Add utils to calculate model complexity and adjust folder structure for mmcv/cnn/utils . (#366) · 9bc0b96d
      Jintao Lin authored
      * Add utils to calculate model complexity info
      
      * remove _InstanceNorm in unittest
      
      * add docstring and increase unittest coverage
      
      * fix deconv_flops_counter_hook to accept different data shape
      
      * test when model is not a common instance
      
      * put flops_counter.py and weight_init.py into mmcv/cnn/utils folder
      
      * fix import name
      
      * reformat some docstrings
      
      * update the scripts with latest one and remove redundant codes
      
      * directly represent a model without string and eval()
      
      * reformat code
      9bc0b96d
  12. 25 Jun, 2020 1 commit
  13. 19 Jun, 2020 5 commits
  14. 18 Jun, 2020 3 commits