- Oct 28, 2020
-
-
David de la Iglesia Castro authored
* Use mmdet.apis * Add show_dir and show_score_thr args * pre-commit * Save each corruption in separate folder * Save each corruption in separate folder
-
- Oct 13, 2020
-
-
Ryan Li authored
* edit mmdet.core.export docstring * update doctest * fix small bugs
-
- Oct 12, 2020
-
-
Ryan Li authored
* added `generate_inputs_and_wrap_model` function for pytorch2onnx * undo debugging changes * added model.cpu().eval() * refactored onnx * fix verify * move `generate_inputs_and_wrap_model` into mmdet.core.export * use `generate_inputs_and_wrap_model` in tools/pytorch2onnx.py
-
- Sep 30, 2020
-
-
yuzhj authored
* fix rpn transforming bug in two_stage
-
- Sep 24, 2020
-
-
Ryan Li authored
* fix bc break of mmdet.core.fp16, refactor import of wrap_fp16_model * changed warning method * added docstring for Depr_Fp16OptimizerHook * docformatter * fix docstring * changed names from depr to deprecated
-
- Sep 22, 2020
-
-
continue authored
-
- Sep 21, 2020
-
-
Ryan Li authored
* Change all fp16 operation to using MMCV * fix isort * yapf and docformatter * Revert "yapf and docformatter" This reverts commit dede22f5339e04002ccad4e7c4c7bbb083b2e6dc. * yapf
-
- Sep 16, 2020
-
-
Jerry Jiarui XU authored
-
- Sep 10, 2020
-
-
Wang Xinjiang authored
* Add replace_ImageToTensor for batch inference * move replace_ImageToTensor to mmdet.datasets.utils * fix typo in unit tests Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
- Sep 03, 2020
-
-
Cao Yuhang authored
* update some models * some fix * support cascade * add htc * sup more models * sup point rend * clean comment * minor fix * clean * fix unittest * update doc * fix image demo and robustness test * fix webcame
-
- Aug 30, 2020
-
-
Wang Xinjiang authored
* Add custom_imports * Add tutorial * import import_modules_from_strings later to be compatible with previous mmcv versions
-
- Aug 28, 2020
-
-
Wang Xinjiang authored
* Add config and config filename to runner meta * Add absolute path of config file * change from realpath to abspath * Use copy.deepcopy * Use config instead of config_dict.
-
Cao Yuhang authored
* add eval metric * update
-
- Aug 23, 2020
-
-
Cao Yuhang authored
-
- Aug 22, 2020
-
-
Wenwei Zhang authored
-
Wenwei Zhang authored
* support to evaluate concatenated dataset * rm pdb * update model zoo * resolve comments * Add assert during initialization * more flexible usage * add unittests * change order of unittests * Docs (new_datasets): update docs about concat dataset eval * Docs (new_datasets): update docs about concat dataset eval * Resolve comments * Resolve comments
-
- Aug 20, 2020
-
-
Jerry Jiarui XU authored
* Add eval-option flag for testing * Update description * Add BC * Update docs * merge with cfg.evaluate * add more info * add more keys to pop * add docs
-
- Aug 11, 2020
-
-
Cao Yuhang authored
-
- Aug 05, 2020
-
-
Jerry Jiarui XU authored
-
robin Han authored
* Update pytorch2onnx.py which using new logic to convert pytorch to ONNX * use standard API to check whether in ONNX convert process * only compare the score value while verifying results between ONNX and pytorch * move import onnx before import torch, or something weird will happen * use real images for input * modifying the way of calling nms * modify docstring for bbox2result, and remove unnecessary part for onnx exporting * modify the 'Convert to ONNX' part in docs * replace or to | in docstring * update according to the latest mmcv * add normalize part * raise error while using low version mmcv * minor update * minor update Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Aug 04, 2020
-
-
Wenwei Zhang authored
* update setup.py * update collect_env accordingly * rm VERSION and hardcode version.py * Use get_git_hash in mmcv * fix bug of version_file * use function to parse version * use __version__ * only print first 7 of git hash * resolve comments * Fix torch install issue in action
-
- Jul 10, 2020
-
-
Cao Yuhang authored
* clean op * clean * update build.yml * fix setup * change ci mmcv version * change ci mmcv version * add install pre-build mmcv instructions * update mmcv url, move some unnit tests to mmcv * update ci mmcv * test * test * test * fix unit test * fix unit test * fix onnx script * update mmcv url * fix typo * fix some doc * Bump version * resolve comments * Fix version bug Co-authored-by:
ZwwWayne <wayne.zw@outlook.com>
-
- Jul 08, 2020
-
-
Jintao Lin authored
-
- Jul 04, 2020
-
-
Kai Chen authored
* update docstring formats * fix :func: * minor update
-
- Jun 30, 2020
-
-
Siyuan Qiao authored
* Add support for DetectoRS. * Fix Travis CI build failure and remove loading rfp_pretrained for test * Revise the code according to the PR reviews: * remove unnecessary `,` * add docstring to ASPP and ConvAWS2d * make args of ASPP configurable * simplify the code of ConvAWS2d * import nn and functional for SAConv2d * rewrite rfp_conv with build_conv_layer and constant_init * rename rfp_inp with rfp_inplanes * reformat code to pass Travis CI build * Revise codes according to the PR reviews: * Create new backbone DetectoRS_ResNe(X)t to incorporate RFP and SAC. * Initialize modules with mmcv.cnn. * Revise the codes of RFP. * Revise codes according to the PR comments: * Add docstrings to Bottleneck in mmdet/models/backbones/detectors_resnet.py. * Add docstrings to _load_from_state_dict in mmdet/ops/conv_ws.py. * Initialize the switch of SAC with mmcv. * minior refactor and docstring * update doc * update README * move init into init_weights() * update model zoo * add gfl Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Jun 27, 2020
-
-
Kai Chen authored
* migrate flops counter to mmcv * remove useless unit tests * update the doc
-
- Jun 26, 2020
-
-
Xiaohang Zhan authored
-
- Jun 20, 2020
-
-
Kai Chen authored
-
- May 27, 2020
-
-
Cao Yuhang authored
-
- May 23, 2020
-
-
Wenwei Zhang authored
* Add RegNet, docs/refactor TBD * Support RegNet * Add RegNets * Modify docs and refactor code * fix pre-train bug * Performance ready * Use public model weights * Performance & settings done * Fix unittest bug * Try another way of test config * Add unittest and refactor * Reformat * Finish refactor regnet * merge tests * fix conflicts * Fix resnext CI bug * rename parameter * Add ref link & clean _delete_ * tweaks of doc * try resnext doctest * add expansion in block * remove doctest of resnext
-
- May 21, 2020
-
-
Cao Yuhang authored
* update inf speed * update some models * update benchmark config and model * add no aug config * merge log model table with performance table * add detectron2 url
-
- May 20, 2020
-
-
Jerry Jiarui XU authored
-
- May 12, 2020
-
-
Cao Yuhang authored
* compute pure inference time instead * fix batch size * fix batch size bug * use img metas * Delete file * reformat * fix yapl * fix comments
-
- May 08, 2020
-
-
Wenwei Zhang authored
* add python path in scripts * Make python path work * Shorter path * Add docs * Change dist scripts * Change slurm example * Fix validate default bug * Change docs accordingly
-
- May 06, 2020
-
-
Wenwei Zhang authored
* add python path in scripts * Make python path work * Shorter path * Add docs * Change dist scripts * Change slurm example
-
Jerry Jiarui XU authored
* add print_config.py tool * update docs
-
- May 05, 2020
-
-
Iago González authored
* Add score_thr parameter to test * Add info about score_thr in docs * Rename score_thr to show_score_thr * Fix show-score-thr name in getting_started.md
-
- Apr 30, 2020
-
-
Wenwei Zhang authored
* add model upgrade tool * Add configs and scripts for converting v1.x models to v2.0 * add doc * Add more models * Pass CI * Clean scripts and check model by config * Resolve comments * Resolve small comments Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
- Apr 29, 2020
-
-
David de la Iglesia Castro authored
* Use apis/inference in detectors show_result * Add images_out_dir arg to test apis * Include --images_out_dir in assertion * Fix single class parsing * Remove single class hack * Move import * Add example of saving results * Fix list number * Refactor show_result * Update docs * Update __init__ * Fix CLASSES reference * Remove unnecessar assert for custom classes * Use - instead of _ * Use - instead of _ * Rename images_out_dir -> out_dir * Remove unnecessary model.module * Update show_result with all params and docstring * Fix missing comma * Set rescale always to True * Remove outdated restriction from docs * Drop pathlib * Rename out_dir -> show_dir * Update docstring * More explicit code. Fix out_dir * Update docstrings * Flake8 Co-authored-by:
mmeendez8 <miguelmndez@gmail.com> Co-authored-by:
sbugallo <sbugallo@gradiant.org>
-
- Apr 28, 2020
-
-
Jerry Jiarui XU authored
* add docs for new config * update text->pretty_text, replace MultiKVAction with DictAction * update missing * update docs
-