Skip to content
Snippets Groups Projects
  1. Nov 21, 2022
  2. Oct 24, 2022
  3. Sep 07, 2022
  4. Aug 24, 2022
    • Zaida Zhou's avatar
      [Refactor] Refactor code structure (#395) · 7e1d7af2
      Zaida Zhou authored
      * Rename data to structure
      
      * adjust the way to import module
      
      * adjust the way to import module
      
      * rename Structure to Data Structures in docs api
      
      * rename structure to structures
      
      * support using some modules of mmengine without torch
      
      * fix circleci config
      
      * fix circleci config
      
      * fix registry ut
      
      * minor fix
      
      * move init method from model/utils to model/weight_init.py
      
      * move init method from model/utils to model/weight_init.py
      
      * move sync_bn to model
      
      * move functions depending on torch to dl_utils
      
      * format import
      
      * fix logging ut
      
      * add weight init in model/__init__.py
      
      * move get_config and get_model to mmengine/hub
      
      * move log_processor.py to mmengine/runner
      
      * fix ut
      
      * Add TimeCounter in dl_utils/__init__.py
      7e1d7af2
  5. Jul 20, 2022
  6. Jun 06, 2022
  7. May 19, 2022
  8. Apr 27, 2022
    • Haian Huang(深度眸)'s avatar
      Update visualizer code (#184) · 6996bdc8
      Haian Huang(深度眸) authored
      
      * update vis backend
      
      * update vis backend
      
      * update vis backend
      
      * update visualizer
      
      * update visualizer
      
      * update visualizer
      
      * update featmap
      
      * update featmap
      
      * update visualizer and unitest
      
      * add draw points unitest and refactor vis_backend
      
      * fix typo and close unitest
      
      * fix comment
      
      * add docstring
      
      * fix comment
      
      * add master only
      
      * fix comment
      
      Co-authored-by: default avatarliukuikun <641417025@qq.com>
      6996bdc8
  9. Apr 15, 2022
    • liukuikun's avatar
      refactor visualization (#147) · 5f8f36e6
      liukuikun authored
      
      * [WIP] add inline
      
      * refactor vis module
      
      * [Refactor] according review
      
      * [Fix] fix comment
      
      * fix some error
      
      * Get sub visualizer be Visualizer.get_instance
      
      * fix conflict
      
      * fix lint
      
      * fix unit test
      
      * fix mypy
      
      * fix comment
      
      * fix lint
      
      * update docstr
      
      * update
      
      * update instancedata
      
      * remove replace __mro__ with issubclass
      
      Co-authored-by: default avatarPJLAB\huanghaian <1286304229@qq.com>
      Co-authored-by: default avatarHAOCHENYE <21724054@zju.edu.cn>
      5f8f36e6
Loading