"torchvision/csrc/cpu/image/readpng_cpu.cpp" did not exist on "fa6af6d1e6f050d0a930e6f59894b7dd40aa869c"
  1. 11 Jul, 2024 1 commit
  2. 23 Aug, 2022 1 commit
  3. 09 Feb, 2022 1 commit
  4. 23 Oct, 2021 1 commit
    • Zaida Zhou's avatar
      [Feature] Loading objects from different backends and dumping objects to different backends (#1330) · 5b5b47fc
      Zaida Zhou authored
      * [Feature] Choose storage backend by the prefix of filepath
      
      * refactor FileClient and add unittest
      
      * support loading from different backends
      
      * polish docstring
      
      * fix unittet
      
      * rename attribute str_like_obj to is_str_like_obj
      
      * add infer_client method
      
      * add check_exist method
      
      * rename var client to file_client
      
      * polish docstring
      
      * add join_paths method
      
      * remove join_paths and add _format_path
      
      * enhance unittest
      
      * refactor unittest
      
      * singleton pattern
      
      * fix test_clientio.py
      
      * deprecate CephBackend
      
      * enhance docstring
      
      * refactor unittest for petrel
      
      * refactor unittest for disk backend
      
      * update io.md
      
      * add concat_paths method
      
      * improve docstring
      
      * improve docstring
      
      * add isdir and copyfile for file backend
      
      * delete copyfile and add get_local_path
      
      * remove isdir method of petrel
      
      * fix typo
      
      * add comment and polish docstring
      
      * polish docstring
      
      * rename _path_mapping to _map_path
      
      * polish docstring and fix typo
      
      * refactor get_local_path
      
      * add list_dir_or_file for FileClient
      
      * add list_dir_or_file for PetrelBackend
      
      * fix windows ci
      
      * Add return docstring
      
      * polish docstring
      
      * fix typo
      
      * fix typo
      
      * deprecate the conversion from Path to str
      
      * add docs for loading checkpoints with FileClient
      
      * refactor map_path
      
      * add _ensure_methods to ensure methods have been implemented
      
      * fix list_dir_or_file
      
      * rename _ensure_method_implemented to has_method
      5b5b47fc
  5. 13 Oct, 2021 1 commit
  6. 08 Aug, 2021 1 commit
  7. 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
  8. 23 Jun, 2021 1 commit
  9. 25 Aug, 2020 1 commit
  10. 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
  11. 16 Mar, 2020 1 commit
  12. 10 Jan, 2020 1 commit
  13. 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
  14. 26 Aug, 2018 1 commit