"src/vscode:/vscode.git/clone" did not exist on "3253240a8ac3840e001017b5a7b9c5fda371f575"
- 01 Sep, 2021 1 commit
-
-
Zaida Zhou authored
-
- 27 Aug, 2021 1 commit
-
-
Zaida Zhou authored
* [Feature] Add python3.9 in CI * fix dependencies for compiling onnx
-
- 18 Aug, 2021 1 commit
-
-
lizz authored
* Use more cpus in building Signed-off-by:
lizz <lizz@sensetime.com> * Add psutil to requirements Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * Hope faster Signed-off-by:
lizz <lizz@sensetime.com> * fix macos Signed-off-by:
lizz <lizz@sensetime.com>
-
- 10 Aug, 2021 2 commits
-
-
Haodong Duan authored
* use packaging instead * update * update * update * update
-
Zaida Zhou authored
* [Refactor] Refactor the csrc directory * update MANIFEST.in * fix hip * add csrc readme * trailing whitespace * fix syntax error in setup.py * add compatibility docs * move parrots_cudawarpfunction.cuh to common/cuda * fix grammar, update directory tree * fix MANIFEST.in * Add new structre of csrc in compatibility.md * Add original structre of csrc in compatibility.md * fix typo * remove TODO * modify according to comment * format Co-authored-by:grimoire <yaoqian@sensetime.com>
-
- 09 Jul, 2021 1 commit
-
-
Y_Xuan authored
* porting mmcv for hip * add nvcc * fix format * fix format * fix bug for carafe * fix test_utils because rocm_torch not allow set torch.backends.cudnn.benchmark to false * add LOOSEVERSION * fix format * fix format of version * fix code format * test for yaml * fix bug for citest * fix bug for how to get torch._version_ at setup.py
-
- 17 Apr, 2021 1 commit
-
-
tangyanf authored
-
- 26 Feb, 2021 1 commit
-
-
z55250825 authored
* delete all parrots file add bbox_overlaps new parrots op impl * support first new impl parrts op (bbox_overlaps)(success test) * add box_iou_rotated op, test succeed * add carafe and carafe_naive op, test succeed (one parrots bug need fix) * add cc_attention op, test success * add corner_pool op, test success * add parrots op deform_conv, test success * add deform_roi_pool op, test success (but has question) * add focal loss op, test success (gradcheck) * add masked_conv2d op, test success * add modulated_deform_conv op, test success * add nms and nms_rotated op, test success * add psamask op, test success * add roi_align op, test_success * add roi_pool op, test success * add sync_bn op, test success * add tin_shift op, test success * fix test_deform_roi_pool, add parrots test * skip test_onnx because parrots does not support onnx * fix c++ lint * fix python lint * fix python lint
-
- 06 Jan, 2021 1 commit
-
-
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:maningsheng <maningsheng@sensetime.com>
-
- 23 Dec, 2020 1 commit
-
-
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:maningsheng <maningsheng@sensetime.com>
-
- 13 Dec, 2020 1 commit
-
-
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
-
- 31 Oct, 2020 1 commit
-
-
Kai Chen authored
* support pytorch 1.7 and update the CI * fix CI * fix onnxruntime version in macos
-
- 17 Oct, 2020 1 commit
-
-
David de la Iglesia Castro authored
* Skip opencv requirement if it's already installed in the env * pre-commit * Check opencv conda version * Check opencv conda version
-
- 21 Jul, 2020 1 commit
-
-
Kai Chen authored
-
- 08 Jul, 2020 2 commits
-
-
Kai Chen authored
-
Jerry Jiarui XU authored
* use env to control compile op or not * use str as env var * update readme * update rc01 * update readme Co-authored-by:Kai Chen <chenkaidev@gmail.com>
-
- 07 Jul, 2020 1 commit
-
-
Wenwei Zhang authored
* Rewrite readme.rst by markdown * Update setup.py * Update mmcv links * clean code * Add logo * Resolve comments * clean unnecessary code change
-
- 06 Jul, 2020 1 commit
-
-
Yuanhao Zhu authored
-
- 03 Jul, 2020 1 commit
-
-
Kai Chen authored
* update doc formats * update docstring
-
- 29 Jun, 2020 2 commits
-
-
zhuyuanhao authored
-
zhuyuanhao authored
* 1. use macro USE_PARROTS control header include 2. add clang-format google style in pre-commit * use MMCV_ macros
-
- 28 Jun, 2020 1 commit
-
-
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:Kai Chen <chenkaidev@gmail.com>
-
- 30 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 15 May, 2020 2 commits
-
-
Jerry Jiarui XU authored
-
Lei Yang authored
-
- 16 Mar, 2020 1 commit
-
-
Kai Chen authored
* remove supports for python 2.7 * fix the unit test for python 3.5 * add python 3.8 in CI * try ubuntu 18.04 as the environment
-
- 15 Feb, 2020 1 commit
-
-
Kai Chen authored
-
- 12 Feb, 2020 1 commit
-
-
Kai Chen authored
-
- 02 Feb, 2020 1 commit
-
-
lizz authored
* Adaptive progress bar length Signed-off-by:
lizz <lizz@sensetime.com> * it works Signed-off-by:
lizz <lizz@sensetime.com> * format * pass test * :lipstick * test * Update test_progressbar.py * 2.7 * sort import Signed-off-by:
lizz <lizz@sensetime.com> * try this Signed-off-by:
lizz <lizz@sensetime.com>
-
- 21 Nov, 2019 1 commit
-
-
Rinat Shigapov authored
* fix requirements * don't reuse build dependencies between different envs * minor fix * change the order of opencv and opencv-headless
-
- 31 Jul, 2019 1 commit
-
-
Karlind authored
* install cython automatically as a dependency * install numpy automatically before building * fix linting errors
-
- 30 Jul, 2019 1 commit
-
-
Kai Chen authored
-
- 07 Jul, 2019 1 commit
-
-
Kai Chen authored
* rename flowWarp to FlowWarp * fix the compiling bug when using pip install * update version to v0.2.10
-
- 28 May, 2019 1 commit
-
-
nbei authored
* flow_warp_c * flow_warp_c * beautify format * beautify format * beautify format * beautify format * add Cython * modify * fix details * fix details * fix type
-
- 23 Apr, 2019 2 commits
- 22 Apr, 2019 1 commit
-
-
Gu Wang authored
-
- 09 Dec, 2018 1 commit
-
-
Kai Chen authored
-
- 12 Oct, 2018 1 commit
-
-
Kai Chen authored
-
- 10 Oct, 2018 1 commit
-
-
Kai Chen authored
-