- 31 Jan, 2020 1 commit
-
-
Kai Chen authored
* add logger utils * replace get_root_logger() and logger.info() with print_log() * fix a typo * minor fix for the format of StreamHandler
-
- 24 Dec, 2019 1 commit
-
-
Kai Chen authored
* init logger before constructing Runner * use mmdet logger for loading checkpoints * bug fix for abstract methods
-
- 03 Oct, 2019 1 commit
-
-
Jon Crall authored
* Add in_channels kwarg to backbones * explicit import in HRNet doctest
-
- 31 Jul, 2019 1 commit
-
-
Kai Chen authored
* add isort config * use isort to sort imports * add isort to travis
-
- 22 May, 2019 1 commit
-
-
Tianheng Cheng authored
* support HRNet * add zip * remove zip files * remove zip datasets in config * modify format and shorten lines * fix line to long * support conv_cfg and update conv layer * revise the backbone network and neck * update format and pretrained mode * fix flake8 error * update modules following review suggestions * revert some changes for adapting to pretrained models * update hrnet and hrfpn * remove unused import * remove unused import * finish testing * change pretrained model link to open-mmlab * fix docstring and convert models * update README and model links * modify configs and README * support loss evaluator * update model urls * format hrnet.py * format hrfpn.py * add 20e for cascade config
-