1. 11 Jul, 2024 1 commit
  2. 23 Aug, 2022 1 commit
  3. 16 Aug, 2022 1 commit
  4. 18 May, 2022 1 commit
  5. 10 May, 2022 1 commit
    • jmercat's avatar
      [Fix] Fix dump method of Config (#1837) · 1dbb5d36
      jmercat authored
      
      
      * config dump fix
      dump should not depend on how config was loaded only where it is dumped
      changed checks for type to the given filename instead of the source filename
      
      * defined test_fromdict and fixed dump function
      it might be more convoluted than it needs to be but the formatting depends on the extension of the argument or the extension of the self.filename
      
      * config dump defaults to returning pretty_text, test_fromdict renamed to test_dump_from_dict
      
      * some reformatting in docstrings
      
      * refine unittest
      
      * fix unit test as comment
      
      * Refine docstring
      
      * minor refinement
      
      * import mmcv
      
      * fix lint
      Co-authored-by: default avatarHAOCHENYE <21724054@zju.edu.cn>
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      1dbb5d36
  6. 27 Apr, 2022 1 commit
  7. 18 Apr, 2022 1 commit
  8. 15 Mar, 2022 1 commit
  9. 16 Feb, 2022 1 commit
    • Ma Zerun's avatar
      Support deepcopy for Config (#1658) · 33c83b5a
      Ma Zerun authored
      * Support deepcopy for Config
      
      * Iterate the `__dict__` of Config directly.
      
      * Use __new__ to avoid unnecessary initialization.
      
      * Improve according to comments
      33c83b5a
  10. 22 Dec, 2021 1 commit
    • Jiazhen Wang's avatar
      [Fix] Fix some warnings in unittest (#1522) · fb486b96
      Jiazhen Wang authored
      * [Fix] fix some warnings in unittest
      
      * [Impl] standardize some warnings
      
      * [Fix] fix warning type in test_deprecation
      
      * [Fix] fix warning type
      
      * [Fix] continue fixing
      
      * [Fix] fix some details
      
      * [Fix] fix docstring
      
      * [Fix] del useless statement
      
      * [Fix] keep compatibility for torch < 1.5.0
      fb486b96
  11. 14 Dec, 2021 1 commit
  12. 24 Aug, 2021 1 commit
    • Wenwei Zhang's avatar
      [Feature] Add windows CI (#1023) · 979a355d
      Wenwei Zhang authored
      
      
      * add windows CI
      
      * clean versions
      
      * only allow pt1.7 on windows
      
      * fix windows install issue
      
      * add win cpu
      
      * fix win command
      
      * clean unnecessary command
      
      * resolve turbojpeg & tempfile on win
      
      * replace os.readlink with os.path.realpath
      
      * fix windows ci
      
      * close file before removing it
      
      * fix windows ci
      
      * fix symlink on windows
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * fix windows ci
      
      * modify according to comment
      Co-authored-by: default avatarzhouzaida <zhouzaida@163.com>
      979a355d
  13. 23 Aug, 2021 1 commit
  14. 08 Aug, 2021 1 commit
  15. 25 Jun, 2021 1 commit
  16. 25 Feb, 2021 1 commit
  17. 20 Dec, 2020 1 commit
    • Wang Xinjiang's avatar
      Allow to replace nested tuple and list via options (#731) · 96ebfa65
      Wang Xinjiang authored
      * Allow to replace nested tuple and list via options
      
      * Add comments
      
      * Fix single nested items
      
      * Simplify the code
      
      * Simplify the code
      
      * Simplify the code
      
      * Simplify the code
      
      * Update docstring
      
      * Update docstring
      
      * Support quotation mark
      
      * modify docstring
      96ebfa65
  18. 08 Dec, 2020 1 commit
  19. 15 Oct, 2020 1 commit
  20. 25 Aug, 2020 1 commit
  21. 21 Aug, 2020 1 commit
  22. 08 Jul, 2020 1 commit
  23. 10 Jun, 2020 1 commit
  24. 04 Jun, 2020 1 commit
  25. 30 May, 2020 1 commit
  26. 11 May, 2020 1 commit
  27. 01 May, 2020 1 commit
  28. 29 Apr, 2020 1 commit
  29. 25 Apr, 2020 1 commit
  30. 03 Apr, 2020 1 commit
    • Jerry Jiarui XU's avatar
      add pretty_text (#220) · e87a04e3
      Jerry Jiarui XU authored
      * add pretty_text
      
      * add test cases
      
      * add argument indent
      
      * change pretty_text to property
      
      * fixed format end
      e87a04e3
  31. 16 Mar, 2020 1 commit
  32. 15 Mar, 2020 1 commit
    • Jerry Jiarui XU's avatar
      add base for config (#194) · 6738cd30
      Jerry Jiarui XU authored
      * add base for config
      
      * fixed format
      
      * rm terminal width
      
      * support multiple & recursive base
      
      * add test case
      
      * fix format
      
      * add test construct
      
      * minor fix
      
      * add more test, rewrite merge from opt
      
      * avoid depulicate keys
      
      * delete imported config as module
      
      * rename merge_from_dict
      6738cd30
  33. 12 Mar, 2020 1 commit
  34. 10 Jan, 2020 1 commit
  35. 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
  36. 07 Oct, 2018 1 commit
  37. 20 Sep, 2018 1 commit
  38. 27 Aug, 2018 1 commit