1. 13 Oct, 2021 1 commit
  2. 08 Aug, 2021 1 commit
  3. 25 Jun, 2021 1 commit
    • Ma Zerun's avatar
      support print hooks before running. (#1123) · 1b15f022
      Ma Zerun authored
      * support print using hooks before running.
      
      * Support to print hook trigger stages.
      
      * Print stage-wise hook infos. And make `stages` as class attribute of
      `Hook`
      
      * Add util function `is_method_overriden` and use it in
      `Hook.get_trigger_stages`.
      
      * Add unit tests.
      
      * Move `is_method_overriden` to `mmcv/utils/misc.py`
      
      * Improve hook info text.
      
      * Add base_class argument type assertion, and fix some typos.
      
      * Remove `get_trigger_stages` to `get_triggered_stages`
      
      * Use f-string.
      1b15f022
  4. 23 Jun, 2021 1 commit
  5. 25 Aug, 2020 1 commit
  6. 24 Aug, 2020 1 commit
    • Wang Xinjiang's avatar
      Import modules from a string list (#514) · 09b7d6c7
      Wang Xinjiang authored
      * Custom imports
      
      * Resolve comments
      
      * Add unittest
      
      * Add unittest
      
      * Rename custom_imports to import_modules_from_strings
      
      * Move import_modules_from_strings ito misc.py and allow failed imports
      
      * small change
      
      * small change
      
      * change mmcv.runner to os.path
      09b7d6c7
  7. 16 Mar, 2020 1 commit
  8. 10 Jan, 2020 1 commit
  9. 30 Jul, 2019 1 commit
    • Kai Chen's avatar
      Add yapf and isort to travis (#96) · eae81c1e
      Kai Chen authored
      * add yapf and isort to travis
      
      * minor formatting
      
      * remove blank lines
      
      * skip unit tests for progressbar when python2
      
      * update travis to ubuntu 16.04
      
      * use a newer version ffmpeg
      
      * add -y to add-apt-repository
      eae81c1e
  10. 26 Aug, 2018 1 commit