- Apr 13, 2021
-
-
impiga authored
-
- Sep 10, 2020
-
-
Jerry Jiarui XU authored
* update pycocotools/lvis to mm * fixed Error * add comment
-
- Aug 05, 2020
-
-
Wenwei Zhang authored
* Add change log of v2.3.0 * change minimum required version of mmcv to 1.0.5 * rm tmp files * Update docs * Update docs and requirements * clean comments * update with 3392
-
- Jul 25, 2020
-
-
Wang Xinjiang authored
* Add hooks * change hooks to custom_hooks * fix a bug in custom_hooks
-
- Jul 24, 2020
-
-
-
Wang Xinjiang authored
* Add hooks * change hooks to custom_hooks
-
- Jul 12, 2020
-
-
Jerry Jiarui XU authored
* Update setup.py * update ci
-
- Jul 10, 2020
-
-
Wenwei Zhang 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>
-
- Jul 02, 2020
-
-
Jerry Jiarui XU authored
* Bump to 2.2 * remove some * update * update * update mmcv version
-
- Jun 19, 2020
-
-
Kai Chen authored
* switch to EpochBasedRunner * add docstrings * update the minimum version of mmcv to 0.6.0 * fix unit tests * fix mmcv version in travis
-
- Jun 09, 2020
-
- May 28, 2020
-
-
Jerry Jiarui XU authored
* update model_zoo url * update mmcv version requirement
-
- May 24, 2020
-
-
Chrisfsj2051 authored
* Implement NAS-FCOS 1. Supports NASFCOS 2. Added NASFCOS_FPN 3. Added NASFCOS_Head 4. Added r50 config * Revert "Implement NAS-FCOS" This reverts commit ebae11cbbdc5b4f3cc7226c763e9254c94a9c92b. * Revert "Revert "Implement NAS-FCOS"" This reverts commit 32bca597859a447de62ddf0f2c2f482809730da9. * Implement NASFCOS 1. Supports NASFCOS 2. Added NASFCOS_FPN 3. Added NASFCOS_Head 4. Added r50 config * reformatted & use list to build convs in head 1. code refornatted 2. add docstring in nasfcos_head.py 3. use a list of conv config to build convs, rather than names * cells merged 1. merge cells in nasfpn ans nasfcos_fpn 2. add nasfpn_cell_factory.py * reformatted * fixed * fixed * Update nasfpn_cell_factory.py * pre-commit * bug fixed * renamed&moved * not done * fixed * fixed * Delete remove_parawise_cfg_nasfcos_r50_nashead_4x4_coco.py * fixed * Create 1x_bias_lr.py * Revert "Create 1x_bias_lr.py" This reverts commit 54602ded283a8f646aebfa0f216350fd2ce82e6d. * fixed * fixed * fixed docstring * init modified * formatted * fixed * updated * fixed * fixed * fixed * fixed * fixed * fixed * pass test * fixed * fixed * fixed * rename * 123 * nasfcos_readme * Update README.md * rename & leave empty * GN->GN-head in README * fixed
-
- May 06, 2020
-
-
Cao Yuhang authored
* add compare table fix model_zoo.md * fix some typos * minor add * minor update * add link for mmdet * minor update
-
- May 03, 2020
-
-
Jerry Jiarui XU authored
* migrate to mmcv.cnn.bricks * remove conv_module, scale, upsample * update mmdet version and mmcv requirement * fixed fsaf warning
-
- May 01, 2020
-
-
David de la Iglesia Castro authored
* Pass momentum_config to register_training_hooks * Bump mmcv version * Explicit default
-
- Mar 26, 2020
-
-
Jerry Jiarui XU authored
* add norm_eval * upgrade mmcv
-
- Feb 15, 2020
-
-
Cao Yuhang authored
* Use official DDP to implement MMDDP * update mmcv requirement * Update the version of MMCV Co-authored-by:
Kai Chen <chenkaidev@gmail.com>
-
- Jan 29, 2020
-
-
Kai Chen authored
* use git repo instead of pip wheels * install pycocotools before building mmdet * fix travis installation
-
- Jan 22, 2020
-
-
Jon Crall authored
* reorganize requirements, make albumentations optional * fix flake8 error * force older version of Pillow until torchvision is fixed * make imagecorruptions optional and update INSTALL.dm * update INSTALL.md * Add note about pillow version * Add build requirements to install instructions
-