- 22 Apr, 2020 2 commits
- 19 Apr, 2020 1 commit
-
-
Wenwei Zhang authored
* track progress of iter&enum * restore * add momentum scheduler * fix small bug * cyclic scheduler" * fix bug * fix second phase's bug * reformat * feature (cosine lr): use relative ratio for more flexible scheduler * Fix (runner): fix bugs in runner * Refactor (hook): refactor cosing/cyclic LR/momentum hook with unittest * Clean unnecessary files and reformat * Fix memory key error when GPU is not avaliable * Resolve comments * Do not print momentum in text log * Change hook register order * Refactor max_iter * Fix max_iter bugs in runner * Enforce target_ratio to be either tuple or float
-
- 14 Apr, 2020 1 commit
-
-
David de la Iglesia Castro authored
* Add MLflowLoggerHook * Add MLflowLoggerHook to __all__ * Update name * Fix tracking.MlflowClient setup * Fix log_metric * Fix mlflow_pytorch import * Handle active_run * Fix self.mlflow reference * Simplify using high level API * Fix set_experiment * Add only_if_torch_available decorator and test_mlflow_hook * Add missing import in hooks * Fix torch available check * Patch mlflow.pytorch in test * Parametrize log_model * Fix log_model parametrize * Add docstring * Move wand patch * Fix flake8 * Add regression test for non numeric metric * Only log numbers * Rename experiment_name-> exp_name * Remove pytest skip
-
- 06 Apr, 2020 1 commit
-
-
Joanna authored
* add contains to registry Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add contains to registry * 'fix' * 'minor' * move Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> Co-authored-by:
lixuanyi <lixuanyi@sensetime.com>
-
- 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
-
- 28 Mar, 2020 1 commit
-
-
Kai Chen authored
* fix a potential bug of removing temp dir * bump version to v0.4.2
-
- 19 Mar, 2020 1 commit
-
-
Xintao authored
* recursive scanndir * support python3.5 * update and add tests * resolve comments * remove is_str
-
- 17 Mar, 2020 1 commit
-
-
Jerry Jiarui XU authored
* add bia_init_with_prob * add test_weight_init
-
- 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 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
-
- 14 Mar, 2020 1 commit
-
-
Rui Xu authored
* support pathlib in imageio * support pathlib in imageio * add Path type for the annotation. Co-authored-by:xurui4 <xurui4@sensetime.com>
-
- 12 Mar, 2020 1 commit
-
-
lizz authored
Signed-off-by:lizz <lizz@sensetime.com>
-
- 02 Mar, 2020 1 commit
-
-
Jiangmiao Pang authored
* add is_scalar in PaviLoggerHook and add unittest * add docstrings
-
- 01 Mar, 2020 1 commit
-
-
Kai Chen authored
* update pre-commit hook config * update the contributing guide
-
- 24 Feb, 2020 3 commits
-
-
Kai Chen authored
* add logging utils * install torch (cpu only) for CI * fix unittests for runner * remove python 2.7 from testing list * add a corner case
-
Kai Chen authored
* add registry and build_from_cfg * add some corner cases * add some corner cases * fix the unittest for python 3.5 * minor fix
-
Joanna authored
* size hint Signed-off-by:
lizz <lizz@sensetime.com> * add fast resize Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * Update tests/test_image.py * change format Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add docstring Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> Co-authored-by:
lizz <innerlee@users.noreply.github.com>
-
- 19 Feb, 2020 2 commits
-
-
Joanna authored
* add inplace normalization Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add dtype check * modify inplace norm Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix line
-
Joanna authored
* add implace flip * add tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * modify tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add inplace tests Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add comments Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * fix Signed-off-by:
lixuanyi <lixuanyi@sensetime.com>
-
- 18 Feb, 2020 1 commit
-
-
Joanna authored
* change image decoding method from cv2 to TurboJPEG Signed-off-by:
lixuanyi <lixuanyi@sensetime.com> * add tests * travis Signed-off-by:
lizz <lizz@sensetime.com> * fix Signed-off-by:
lizz <lizz@sensetime.com> * more doc Signed-off-by:
lizz <lizz@sensetime.com> * change per request Signed-off-by:
lizz <lizz@sensetime.com> * more doc Signed-off-by:
lizz <lizz@sensetime.com> * baby-sitting Signed-off-by:
lizz <lizz@sensetime.com> Co-authored-by:
lizz <innerlee@users.noreply.github.com>
-
- 15 Feb, 2020 1 commit
-
-
lizz authored
* Use cv2 to normalize img * multipy faster than divide * also do imdenormalize * support more channels * even faster Signed-off-by:
lizz <lizz@sensetime.com> * add test Signed-off-by:
lizz <lizz@sensetime.com> * even even faster Signed-off-by:
lizz <lizz@sensetime.com> * fffaster Signed-off-by:
lizz <lizz@sensetime.com> * okay Signed-off-by:
lizz <lizz@sensetime.com> * guard against implace modification Signed-off-by:
lizz <lizz@sensetime.com> * fix imdenormalize Signed-off-by:
lizz <lizz@sensetime.com> * tidy Signed-off-by:
lizz <lizz@sensetime.com> * clean Signed-off-by:
lizz <lizz@sensetime.com> * Update test_image.py * Update test_image.py * Update test_image.py * Update test_image.py * Update test_image.py * Update test_image.py
-
- 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>
-
- 11 Jan, 2020 1 commit
-
-
Kai Chen authored
-
- 10 Jan, 2020 1 commit
-
-
Kai Chen authored
* add copyright header * change # to // for cpp files
-
- 04 Jan, 2020 1 commit
-
-
Wenwei Zhang authored
* use load_from_state_dict to load ckpt * reformat * reformat * reformat import * pass flake8 * isort skip
-
- 02 Dec, 2019 2 commits
-
-
Kai Chen authored
* fix the code style of yapf 0.29 * fix flake8
-
Vladimir Iglovikov authored
* Added wandb logger * bugfix * fixes * fix * flake8 fixes * yapf fixes * Refactor hook, add test * flake8 fixes * yapf fixes * fix in test * mock package => travis
-
- 06 Oct, 2019 2 commits
-
-
Kai Chen authored
* add rgb2gray and gray2rgb * update version * minor fix for the docstring
-
Dhananjai Sharma authored
* Added solarize and posterize image transformations * Added solarize and posterize transformations. Modified __init__.py * Updated mmcv/image/__init__.py * Updated the docstrings for solarize and posterize * add unit tests * fix a test case
-
- 21 Aug, 2019 1 commit
-
-
lizz authored
* let progress goes to stderr Signed-off-by:
lizz <lizz@sensetime.com> * Add argument file=sys.stdout Signed-off-by:
lizz <lizz@sensetime.com> * For the sake of the stupid pytest Signed-off-by:
lizz <lizz@sensetime.com> * line width < 120 is anti-humane Signed-off-by:
lizz <lizz@sensetime.com> * flake8 Signed-off-by:
lizz <lizz@sensetime.com> * Lets try Signed-off-by:
lizz <lizz@sensetime.com>
-
- 20 Aug, 2019 1 commit
-
-
ZwwWayne authored
* track progress of iter&enum * reformat * reformat with yapf * add unitest * add doc, and deprecate track_enum_progress * update docs & comments
-
- 30 Jul, 2019 1 commit
-
-
Kai Chen authored
* add yapf and isort to travis * minor formatting * remove blank lines * skip unit tests for progressbar when python2 * update travis to ubuntu 16.04 * use a newer version ffmpeg * add -y to add-apt-repository
-
- 15 Jun, 2019 1 commit
-
-
Evgeny Nizhibitsky authored
* Make latest symlink relative. Add tests * Skip test_save_checkpoint in the absense of torch * Fix pep8 in test_runner * Import runner only if torch import has succeeded
-
- 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
-
- 07 May, 2019 1 commit
-
-
Gu Wang authored
-
- 20 Apr, 2019 1 commit
-
-
Yue Zhao authored
* add iminvert * fix for flake8 * minor improvement * add test for iminvert * fix for flake8 * fix for flake8 * revise __init__ * revise __init__
-
- 26 Mar, 2019 1 commit
-
-
Kai Chen authored
* fix the time estimation when resuming from a checkpoint * fix the time estimation when resuming from a checkpoint * support str type for loggers * fix yaml dump tests
-
- 07 Oct, 2018 2 commits