- Sep 17, 2020
-
-
Kai Chen authored
-
- Aug 05, 2020
-
-
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>
-
- Jul 20, 2020
-
-
Wenwei Zhang authored
* Refine docs and fix format issues * reformat * fix mock * Refine format * Reorganize tutorials
-
- 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 09, 2020
-
-
Jintao Lin authored
* fix typo in docs and docstring * update launch utility url
-
- Jul 07, 2020
-
-
Wenwei Zhang authored
* Add colab training tutorial * Update tutorial codes and fix bug * Clean files, refactor TBD * Update tutorials * Remove duplicated code * Mv tutorial
-
- Jul 04, 2020
-
-
Kai Chen authored
* update docstring formats * fix :func: * minor update
-
- Jul 03, 2020
-
-
Wenwei Zhang authored
-
- Jun 08, 2020
-
-
Madhav Agarwal authored
* Create model file * Update README.md * update model url Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
Wenwei Zhang authored
-
- May 03, 2020
-
-
Anurag Paul authored
* fix bbox_loss in fovea_head.py when num_pos=0 * Remove PIL from .isort.cfg * Make loss_bbox scalar in fovea_head.py when num_pos==0 * Sum based reduction for loss_bbox in fovea_head * reverting to scalar implementation
-
- Mar 28, 2020
-
-
Jerry Jiarui XU authored
* refactor resnet, add deep_stem and avg_down opt * move args into kwargs * add default * mv resnetv1d to resnet * fixed res_layer * add base_channels * add doc * add tests * update test * fixed backbone block conv_cfg/norm_cfg * add test * add tests
-
- Mar 19, 2020
-
-
Jerry Jiarui XU authored
* add onnx convert script * upload pytorch2onnx.py * restore config * set use_torchvion on-the-fly, update doc * update doc * support pass input * fixed passes
-
- Mar 01, 2020
-
-
Jerry Jiarui XU authored
* reimplement cityscapes * fixed gt bbox mode * convert cityscapes to coco style, add cityscapes eval * add cityscapes convert script * add doc * Update INSTALL.md * Update INSTALL.md * update fater rcnn * fix cityscapes eval * support format only in cityscapes * add docs * remove redundancy * resolve eval * update cityscapes md * more doc and rename * update doc and cfg * change to test set
-
- Feb 12, 2020
-
-
Jerry Jiarui XU authored
* add soft_nms_cpu * remove cython dependency * merge soft_nms_cpu.cpp into nms_cpu.cpp * add docs * fixed typo * fixed typo * fixed typo
-
- Jan 28, 2020
-
-
Kai Chen authored
-
- Dec 22, 2019
-
-
Kai Chen authored
* add GN support for flops computation * remove useless lines * modify the flops computation for gn
-
- Dec 14, 2019
- Oct 15, 2019
-
-
Vladimir Iglovikov authored
* Added pre-commit hook * Trigger CI
-
- Jul 31, 2019
-
-
Kai Chen authored
* add isort config * use isort to sort imports * add isort to travis
-