- Jul 24, 2020
-
-
Wang Xinjiang authored
* Add hooks * change hooks to custom_hooks
-
Wenwei Zhang authored
* Refine docs and fix format issues * reformat * fix mock * Refine format * Reorganize tutorials * Update install doc * resolve comments
-
PeterVennerstrom authored
Fix NaN issue when predicted [x1,y1,x2,y2] box has no area e.g. [30., 75., 30., 75.]. Predicted boxes of zero area occur early in training of some anchor free detectors.
-
- Jul 23, 2020
-
-
Siyeong authored
L268: [wrong argumentation]: --work_dir --> --work-dir
-
- Jul 22, 2020
-
-
tianyuandu authored
* add CornerHead * add unittest for CornerHead * fix formatting * fix a bug of ae_loss, update unittest for CornerHead * add docstring for corner_head.py * fix bug * add docstring for gaussian_target.py, formatting * fix unittest * use batched_nms * update docstrings * modify variable names * update docstrings * update figure in docstrings, add models/utils apis in html * update docstrings, update BiCornerPool * import ops from mmcv
-
- Jul 21, 2020
-
-
Peiyuan Liao authored
* fixed nms build warning * iou losses * fix isort error * fixed yapf errors * docstring and details of ciou/diou loss * fixed +1 in iou losses * update docstrings
-
Jokoe66 authored
* Fixed bugs about cascade_roi_head. * Fixed the bug of refining bg rois at training when reg_class_agnostic is False. * Fixed the bug of potentially infering roi label to be bg at inference. * Reformatted code. * Ensured foreground roi_labels when refining bboxes at training. * Fixed typo. * Fixed incompatibility between mmdet2.2(ops/conv_ws.py) and mmcv1.0.0 * Fixed typo.
-
Yosuke Shinya authored
-
Wang Xinjiang authored
* update FSAF model zoo * Add foreground_dominate argument to center region assigner
-
- Jul 20, 2020
-
-
Shijie authored
-
Wenwei Zhang authored
* Refine docs and fix format issues * reformat * fix mock * Refine format * Reorganize tutorials
-
- Jul 17, 2020
-
-
Jerry Jiarui XU authored
* Fixed BC of stem_channels * fixed init * typo
-
- Jul 15, 2020
-
-
Jerry Jiarui XU authored
* Update dockerfile * update install.md * update install.md
-
Kevin authored
-
Wenwei Zhang authored
* Add colab link * Use mmcv-full in requirements * Migrate to MMCV 1.0.2 * Resolve path issue * Use newest MMDet * Update projects * Update install process
-
- Jul 14, 2020
-
-
kaushikb11 authored
-
Wenwei Zhang authored
* Complete model zoo * Update memory
-
- Jul 12, 2020
-
-
Jerry Jiarui XU authored
* Update setup.py * update ci
-
Wenwei Zhang authored
* Update install scripts * Update installation of mmcv
-
- Jul 10, 2020
-
-
Wenwei Zhang authored
-
Jiaqi Wang authored
-
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>
-
Miras Amir authored
* fix bug in MultiScaleFlipAug * list -> tuple
-
- Jul 09, 2020
-
-
Cao Yuhang authored
* add fp16 benchmark * fix typo
-
rydenisbak authored
* processing ignore boxes in atss assigner * formatting * flake8 correct * correct flake8 v2 * frommatting via pycharm * OMG this is the last commit * fix bug * format Co-authored-by:
d.rybalchenko <d.rybalchenko@visionlabs.ru> Co-authored-by:
Cao Yuhang <yhcao6@gmail.com>
-
Jintao Lin authored
* fix typo in docs and docstring * update launch utility url
-
- Jul 08, 2020
-
-
Wang Xinjiang authored
* add allow_negative_crop in RandomCrop * Revise docstring * change according to comments
-
erenzhou authored
When `inside_flags.any()` is `null`, the return value is abnormal.
-
Jintao Lin authored
-
Wenwei Zhang authored
* Fix bug of ordered list in getting_started * Update docs * Update usage * Change example order
-
Siyuan Qiao authored
* fix init bug in rfp * add comments about the init bug in rfp * update model link * update performance Co-authored-by:
Jiarui XU <xvjiarui0826@gmail.com>
-
Kai Chen authored
* add logo and resources folder * update logo size * change logo size to 400 * change logo size to 600
-
- 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 06, 2020
-
-
Shijie authored
-
- Jul 05, 2020
-
-
Wenwei Zhang authored
-
Kai Chen authored
* restructure unit tests * fix paths
-
Wenwei Zhang authored
-
Hoan Nguyen authored
* doc: Update install.md add `conda install Cython` before install the forked version of `pycocotools` * add cython to requirements/build.txt Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
Kai Chen authored
* fix isort issue * limit isort version to 4.3.21 * add --recursive back for isort
-