1. 28 Jan, 2021 1 commit
    • Haian Huang(深度眸)'s avatar
      Refactor _load_checkpoint fn (#790) · 96892bdc
      Haian Huang(深度眸) authored
      * Refactor _load_checkpoint fn
      
      * Update _load_checkpoint fn
      
      * Update docs str and add unit test
      
      * Fix unit test
      
      * Fix lint
      
      * Add comment and Optimize function
      
      * Fix docs str
      
      * Update load_ckpt and fix doc str
      
      * Update doc str and add sort unit test
      
      * Update and fix unit test
      
      * Fix unit test
      
      * Update and add unit test
      
      * Fix openmmlab prefix error
      96892bdc
  2. 27 Jan, 2021 1 commit
  3. 20 Jan, 2021 1 commit
  4. 14 Jan, 2021 1 commit
  5. 08 Jan, 2021 3 commits
    • Qiaofei Li's avatar
      Add dataset classes name info to meta for saving ckpt (#776) · 3d6032c6
      Qiaofei Li authored
      * add CLASSES to meta info
      
      * Update checkpoint.py
      
      * add unit test for CLASSES name
      
      * clean up the tmp folder
      
      * use tempfile to clean up temp folder
      3d6032c6
    • congee's avatar
      Add common testing function of MM repos (#743) · 905c9b43
      congee authored
      * add testing function
      
      add unittest for check_dict
      
      add unittest for the function in testing
      
      * polish docstring of testing.py
      
      rename some function
      
      * remove  in is_all_zeros
      
      * modify the comment of check_dict
      
      * modify the testing.py according to feedback
      
      * add test about numpy for function dict_contains_subset
      
      * applying unified style
      905c9b43
    • RunningLeon's avatar
      [Fix]: Set installation of onnx simplify's related packages to optional (#779) · 477f0c0a
      RunningLeon authored
      * Fix onnx, onnxruntime, onnxoptimizer import
      
      * Revert "Fix onnx, onnxruntime, onnxoptimizer import"
      
      This reverts commit 820e3785a1144eb85e1ba22688dada681ea4c829.
      
      * remove simplify from init file
      
      * update test for onnx simplify
      
      * update onnx doc
      477f0c0a
  6. 07 Jan, 2021 1 commit
  7. 06 Jan, 2021 1 commit
    • q.yao's avatar
      [Feature]: Add custom operators support for TensorRT in mmcv (#686) · 0de9e149
      q.yao authored
      
      
      * start trt plugin prototype
      
      * Add test module, modify roialign convertor
      
      * finish roi_align trt plugin
      
      * fix conflict of RoiAlign and MMCVRoiAlign
      
      * fix for lint
      
      * fix test tensorrt module
      
      * test_tensorrt move import to test func
      
      * add except error type
      
      * add tensorrt to setup.cfg
      
      * code format with yapf
      
      * fix for clang-format
      
      * move tensorrt_utils to mmcv/tensorrt, add comments, better test module
      
      * fix line endings, docformatter
      
      * isort init, remove trailing whitespace
      
      * add except type
      
      * fix setup.py
      
      * put import extension inside trt setup
      
      * change c++ guard, update pytest script, better setup, etc
      
      * sort import with isort
      
      * sort import with isort
      
      * move init of plugin lib to init_plugins.py
      
      * resolve format and add test dependency: tensorrt
      
      * tensorrt should be installed from source not from pypi
      
      * update naming style and input check
      
      * resolve lint error
      Co-authored-by: default avatarmaningsheng <maningsheng@sensetime.com>
      0de9e149
  8. 31 Dec, 2020 1 commit
    • RunningLeon's avatar
      [Feature] add onnx simplify (#751) · 83732ec2
      RunningLeon authored
      * [Enhance]: add onxx simplify
      
      * add simple doc
      
      * add unit test
      
      * update docstring
      
      * resolve some comment
      
      * add test dependency:onnxoptimizer
      
      * Fix onnxruntime register empty libpath
      
      * test onnxruntime version
      
      * set checker to false
      
      * skip test_simplify for torch<1.5.0
      83732ec2
  9. 29 Dec, 2020 1 commit
    • tangyanf's avatar
      [Feature]: add custom op roialign for onnxruntime (#724) · 741e52dd
      tangyanf authored
      
      
      * add ort custom op roialign
      
      * Update roi_align.py
      
      * Update test_onnx.py
      
      * Update test_onnx.py
      
      * Update test_onnx.py
      
      * Update test_onnx.py
      
      * Update onnxruntime_register.cpp
      
      * Update roiAlign.h
      
      * Update roiAlign.cpp
      
      * lint modification
      
      * update roiAlign.cpp
      
      * lint check
      
      * lint check
      
      * lint fix
      
      * lint fix
      
      * fix lint
      
      * add link to commit
      Co-authored-by: default avatarmaningsheng <maningsheng@sensetime.com>
      741e52dd
  10. 28 Dec, 2020 1 commit
  11. 25 Dec, 2020 2 commits
  12. 24 Dec, 2020 1 commit
  13. 23 Dec, 2020 1 commit
    • q.yao's avatar
      [Feature]: Add custom operators support for onnxruntime in mmcv (#612) · 94810f22
      q.yao authored
      
      
      * add onnx support to roi_align and roi_pool
      
      * add softnms ort support
      
      * fix for lint
      
      * format cpp code with clang-format:google
      
      * add new empty line to the end of head files in onnxruntime
      
      * update to pytorch1.7
      
      * add test of softnms to onnxruntime
      
      * fix for lint
      
      * remote print in ops/info.py
      
      * change import order, fix for flake8
      
      * fix include
      
      * add assert torch>=1.7.0
      
      * [doc]: add document for onnxruntime custom operator
      
      * update onnxruntime version to v1.5.1 for softnms
      
      * remove doc menu
      
      * Resolve lint for markdown
      
      * resolve naming style in onnxruntime_op.md
      
      * Use old cpp apis, optimize test_onnx.py
      
      * Fixing strings in tests/test_ops/test_onnx.py
      
      * code format with yapf
      
      * fix soft_nms parrot
      
      * add import in onnxruntime setup, avoid conflict
      
      * fix doc and add assert
      
      * change cpp guard
      Co-authored-by: default avatarmaningsheng <maningsheng@sensetime.com>
      94810f22
  14. 22 Dec, 2020 2 commits
  15. 20 Dec, 2020 1 commit
    • Wang Xinjiang's avatar
      Allow to replace nested tuple and list via options (#731) · 96ebfa65
      Wang Xinjiang authored
      * Allow to replace nested tuple and list via options
      
      * Add comments
      
      * Fix single nested items
      
      * Simplify the code
      
      * Simplify the code
      
      * Simplify the code
      
      * Simplify the code
      
      * Update docstring
      
      * Update docstring
      
      * Support quotation mark
      
      * modify docstring
      96ebfa65
  16. 18 Dec, 2020 1 commit
  17. 16 Dec, 2020 1 commit
  18. 15 Dec, 2020 1 commit
    • lml131's avatar
      Lml/jit decorator (#673) · 9befc398
      lml131 authored
      * add jit decorator
      
      * add parrots_jit.py
      
      * modify test_parrots_jit.py
      
      * modify for lint
      
      * fix isort
      
      * skip test_parrots_jit.py when build without pytorch
      
      * try ci
      
      * rm log
      
      * fix double quote
      
      * modify for comments and use partial_shape instead of full_shape
      
      * fix for lint
      
      * small modify for parrots 0.9.0rc0
      
      * def skip no elena directly
      9befc398
  19. 13 Dec, 2020 2 commits
    • BigBigDream's avatar
      fix roi_align ci for parrots (#708) · 02920db2
      BigBigDream authored
      * fix roi_align ci for parrots
      
      * fix lint
      02920db2
    • Rui Xu's avatar
      [Refactor] remove the c implementation of flow_warp (#707) · b7136e39
      Rui Xu authored
      * remove flow-warp-c
      
      * remove flow warp in setup.py and imports
      
      * fix floor and ceil bug
      
      * fix broadcast bug
      
      * add warnings and assertions
      
      * fix bilinear bug
      
      * pass unit test
      
      * pass unit test
      
      * pass unit test
      
      * pass unit test
      
      * fix value bug
      
      * fix lint
      
      * fix lint
      
      * add mk lint
      
      * update docs
      
      * update docs
      
      * fix bug in imports
      
      * fix bug in setup.py
      b7136e39
  20. 12 Dec, 2020 1 commit
  21. 09 Dec, 2020 1 commit
  22. 08 Dec, 2020 1 commit
  23. 25 Nov, 2020 1 commit
    • BigBigDream's avatar
      Add box_iou_rotated, ml_nms_rotated and nms_rotated (#625) · a9787648
      BigBigDream authored
      
      
      * add box_iou_rotated, ml_nms_rotated and nms_rotated
      
      * fix lint
      
      * fix lint
      
      * fix .py lint
      
      * fix cpp lint
      
      * add newline at the end
      
      * add new line
      
      * fix unittest
      
      * config google style
      
      * fix lint
      
      * lint
      
      * lint
      
      * yapf
      
      * update
      
      * fix lint
      
      * fix lint
      
      * fix lint
      
      * fix
      
      * fix format
      
      * fix format
      
      * add modified from
      
      * add docstring and update others
      
      * update docstring
      
      * update docstring
      
      * update
      
      * fix bug
      
      * fix bug
      
      * fix bug
      Co-authored-by: default avatarCao Yuhang <yhcao6@gmail.com>
      a9787648
  24. 23 Nov, 2020 1 commit
  25. 19 Nov, 2020 1 commit
  26. 18 Nov, 2020 2 commits
  27. 15 Nov, 2020 2 commits
  28. 14 Nov, 2020 1 commit
  29. 11 Nov, 2020 2 commits
    • yamengxi's avatar
      [Feature] Add CLAHE method (#647) · c6c230df
      yamengxi authored
      * add CLAHE
      
      * add CLAHE
      
      * restore
      
      * Add docstring
      
      * modify docstring
      
      * modify CLAHE to clahe
      
      * fix syntax error
      
      * simplify assert
      
      * simplify assert
      
      * add assert test
      
      * fix unittest bug
      
      * fix syntax bug
      
      * fix assert bug
      c6c230df
    • yamengxi's avatar
      [Feature] Add LUT transform (#646) · d9ef9dab
      yamengxi authored
      * add lut_transform
      
      * restore
      
      * fix test bug
      
      * add test
      
      * Fix syntax bug
      
      * Delete test id
      
      * modfiy docstrinng
      
      * simplify assert
      d9ef9dab
  30. 06 Nov, 2020 1 commit
  31. 05 Nov, 2020 1 commit
    • Kuro Latency's avatar
      Update lr_updater.py (#574) · bcf85026
      Kuro Latency authored
      * Update lr_updater.py
      
      since epoch/iteration in  runner starts with 0, we shouldn't leave the latter iteration to former (12th epoch for example, with first period equal to 12) period.
      
      * Update lr_updater.py
      
      * Update test_hooks.py
      bcf85026
  32. 31 Oct, 2020 1 commit