1. 02 Jun, 2022 3 commits
  2. 01 Jun, 2022 2 commits
  3. 31 May, 2022 1 commit
  4. 30 May, 2022 4 commits
  5. 29 May, 2022 3 commits
  6. 28 May, 2022 5 commits
  7. 27 May, 2022 9 commits
  8. 26 May, 2022 1 commit
  9. 25 May, 2022 7 commits
    • Zaida Zhou's avatar
      Fix lint (#1984) · 05bdd162
      Zaida Zhou authored
      05bdd162
    • Zaida Zhou's avatar
      bump version to v1.5.2 (#1979) · 4ea914ed
      Zaida Zhou authored
      4ea914ed
    • Wencheng Wu's avatar
      [Fix] Fix the problem that the instance cannot reuse when overwriting the file client. (#1747) · cb781ae4
      Wencheng Wu authored
      * [Fix] Fix the problem that the instance cannot reuse when overwriting the file client.
      
      * Remove _overridden_backends and _overridden_prefixes, and pop the old instance when overwriting the file client.
      
      * add unittest
      
      * fix prefix error
      
      * modify clear_backend to overridden_backend
      
      * Delete redundant comments.
      cb781ae4
    • wlf-darkmatter's avatar
      Imporve ability to view usage data during training (#1940) · 544a6b14
      wlf-darkmatter authored
      * Imporve ability to view usage data during training
      
      The wrong labeling of the dataset may cause problems such as gradient explosion during the training process. The wrong labeling can be found by setting up a hook function.
      **Problem**: However, when a for loop is used to traverse the iterator of the pytorch `DataLoader` class, the hook cannot obtain the information of the currently read image, and thus cannot determine the source of the error.
      **Solution**: Load the data_batch information into the `runner` during the train process, and then pass it to the hook function to solve the problem.
      
      * Update epoch_based_runner.py
      
      * Update iter_based_runner.py
      
      * strict the scope of runner.data_batch
      
      * strict the scope of runner.data_batch
      
      * strict the scope of runner.data_batch
      544a6b14
    • Alex Yang's avatar
      [fix]:fix docstrings in EvalHook (#1978) · 21bada32
      Alex Yang authored
      21bada32
    • whcao's avatar
      [Fix] Fix is_module_wrapper (#1900) · c90f2be0
      whcao authored
      * fix is_module_wrapper
      
      * test is_module_wrapper
      
      * fix code style
      c90f2be0
    • Danila Rukhovich's avatar
      [Enhance] Replace BEV IoU with 3D IoU (#1902) · e9f48a4f
      Danila Rukhovich authored
      * add iou3d
      
      * revert deprecated python function
      
      * fix lint
      
      * replace 3d iou/nms calls for bev iou/nms
      e9f48a4f
  10. 20 May, 2022 2 commits
  11. 18 May, 2022 1 commit
  12. 17 May, 2022 1 commit
  13. 16 May, 2022 1 commit
    • Zaida Zhou's avatar
      [Docs] Replace markdownlint with mdformat for avoiding installing ruby (#1936) · b326a219
      Zaida Zhou authored
      * Use mdformat pre-commit hook
      
      * allows consecutive numbering
      
      * improve .mdformat.toml
      
      * test mdformat
      
      * format markdown
      
      * minor fix
      
      * fix codespecll
      
      * fix circleci
      
      * add linkify-it-py dependency for cicleci
      
      * add comments
      
      * replace flake8 url
      
      * add mdformat-myst dependency
      
      * remove mdformat-myst dependency
      
      * update contributing.md
      b326a219