- 23 Aug, 2021 1 commit
-
-
Yining Li authored
* Support deprecation checking in Config * add unittest for config deprecation * support reference link in deprecation info * add doc * Update config.md
-
- 29 Jun, 2021 1 commit
-
-
achaiah authored
* Missing check for dir in the 'else' clause Fixing issue when recursively scanning directories with filenames starting with '.' Without this fix, the `if not entry.name.startswith('.') and entry.is_file()` logic falls through to the `else` clause which in the current code base will error out as it encounters '.' files (e.g. .DS_Store) * Updated code per comments * fixing indentation * fix indenterror and add comment * remove .DS_Store and add .file Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 25 Jun, 2021 1 commit
-
-
lizz authored
* Support variables in base files for configs Signed-off-by:
lizz <lizz@sensetime.com> * Test json and yaml as well Signed-off-by:
lizz <lizz@sensetime.com> * Add test for recusive base Signed-off-by:
lizz <lizz@sensetime.com> * Test misleading values Signed-off-by:
lizz <lizz@sensetime.com> * Improve comments Signed-off-by:
lizz <lizz@sensetime.com> * Add doc Signed-off-by:
lizz <lizz@sensetime.com> * Improve doc Signed-off-by:
lizz <lizz@sensetime.com> * More tests Signed-off-by:
lizz <lizz@sensetime.com> * Harder test case Signed-off-by:
lizz <lizz@sensetime.com> * use BASE_KEY instead of base Signed-off-by:
lizz <lizz@sensetime.com>
-
- 10 May, 2021 1 commit
-
-
lizz authored
* Add test util for checking stand-alone scripts Signed-off-by:
lizz <lizz@sensetime.com> * Restrict to python scripts Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * tiny Signed-off-by:
lizz <lizz@sensetime.com> * Allow no capture Signed-off-by:
lizz <lizz@sensetime.com> * Simplify interface Signed-off-by:
lizz <lizz@sensetime.com> * Technical notes Signed-off-by:
lizz <lizz@sensetime.com> * tiny Signed-off-by:
lizz <lizz@sensetime.com> * Update hello.py * Update test_testing.py * Update test_testing.py
-
- 12 Mar, 2021 1 commit
-
-
sshuair authored
* add tifffile backend support for imageio * add tifffile package for test requirements * add tifffile package for test requirements * small tiffile
-
- 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
-
- 27 Jan, 2021 1 commit
-
-
David de la Iglesia Castro authored
* Add breaking test * Handle exif orientation tag
-
- 25 Dec, 2020 1 commit
-
-
Wenwei Zhang authored
-
- 08 Dec, 2020 1 commit
-
-
Wang Xinjiang authored
* Allow list keys in Config merge from dict * Reformat * Set allow_list_keys default as True in merge_from_dict * Fix docstring * fix a small typo
-
- 15 Oct, 2020 1 commit
-
-
Jintao Lin authored
* import_modules_from_strings when loading cfg from file * add unittest to tell whether the feature is enabled as expected * minor * set an environment variable instead of writing a file * use 'shutil' instead of 'os.system'
-
- 23 Aug, 2020 1 commit
-
-
Wenwei Zhang authored
* Support to split batched_nms when box number is too large * mv data from gpu to cpu * Set split_thr through nms_cfg * clean code * Update motivation in docstring * fix typos
-
- 08 Jul, 2020 1 commit
-
-
Joanna authored
* update config with predefined variables * rm redun Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add test for config Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * support all types Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * newline at the end Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * update Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * extract code into a function and add docs Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix and add tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add unit tests and fix * fix * fix minor * fix test
-
- 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>
-
- 17 Jun, 2020 1 commit
-
-
Wang Xinjiang authored
* added pillow backend in loading * reformat * remove auto fill for RGBA * change according to comments * change according to comments * reformat
-
- 04 Jun, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 30 May, 2020 1 commit
-
-
Wenwei Zhang authored
* Support path as a key in dict of config * reformat test case * update pre-commit version and fix format * fix bug * clean code * reformat * fix missing parts
-
- 27 May, 2020 2 commits
-
-
Jerry Jiarui XU authored
* add deprecate urls * add deprecate urls * warning test * rename to deprecated.json
-
Jerry Jiarui XU authored
* support default/external json for open-mmlab models * add local * add more test * add docs * add docs * update docs * refactor * add json in MANIFEST * fixed json typo
-
- 01 May, 2020 1 commit
-
-
Jerry Jiarui XU authored
* fixed config import in code * fixed isort
-
- 29 Apr, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 26 Apr, 2020 1 commit
-
-
Kai Chen authored
* refactor unittests * split test_video.py to two files
-
- 23 Apr, 2020 1 commit
-
-
Kai Chen authored
* add file client * install missing requirements * use .format() instead of f-string
-
- 03 Apr, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add pretty_text * add test cases * add argument indent * change pretty_text to property * fixed format end
-
- 15 Mar, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add base for config * fixed format * rm terminal width * support multiple & recursive base * add test case * fix format * add test construct * minor fix * add more test, rewrite merge from opt * avoid depulicate keys * delete imported config as module * rename merge_from_dict
-
- 12 Mar, 2020 1 commit
-
-
lizz authored
Signed-off-by:lizz <lizz@sensetime.com>
-
- 20 Sep, 2018 1 commit
-
-
Kai Chen authored
-
- 27 Aug, 2018 2 commits
- 26 Aug, 2018 2 commits