1. 31 Jan, 2020 1 commit
    • Kai Chen's avatar
      Add logger utils (#2035) · 93bed07b
      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
      93bed07b
  2. 24 Dec, 2019 1 commit
  3. 03 Oct, 2019 1 commit
  4. 31 Jul, 2019 1 commit
  5. 22 May, 2019 1 commit
    • Tianheng Cheng's avatar
      Code for "High-Resolution Representations for Labeling Pixels and Regions" (#610) · 3cb84acc
      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
      3cb84acc