1. 09 Feb, 2022 3 commits
  2. 07 Feb, 2022 1 commit
  3. 26 Jan, 2022 2 commits
  4. 21 Jan, 2022 1 commit
  5. 11 Jan, 2022 1 commit
  6. 05 Jan, 2022 3 commits
  7. 31 Dec, 2021 1 commit
    • Tai-Wang's avatar
      [Fix] Add the backup png figure for pdf compilation (#1135) · dfcdef39
      Tai-Wang authored
      * Fix figure links (also to fix pdf compilation)
      
      * Hack pdf doc compilation
      
      * Hack pdf doc compilation
      
      * Set the priority of figure formats when building html, add png format fig to fix pdf compilation
      
      * Add png file for pdf compilation
      dfcdef39
  8. 30 Dec, 2021 3 commits
  9. 22 Dec, 2021 7 commits
  10. 21 Dec, 2021 1 commit
  11. 16 Dec, 2021 2 commits
  12. 15 Dec, 2021 1 commit
    • Tai-Wang's avatar
      [Fix] Fix API documentation compilation and mmcv build errors (#1116) · 334d63ff
      Tai-Wang authored
      * Simplify the requirements in the readthedoc yml
      
      * Remove unused packages in the docs.txt
      
      * Add m2r and recommonmark in the docs.txt
      
      * Fix mistune version because the latest mistune does not have module BlockGrammar
      
      * Add mmdet in the readthedocs.txt to compile api docs
      
      * Add mmseg in the readthedocs.txt to compile api docs
      
      * Fix the typo of mmseg (should be mmsegmentation)
      
      * Add mmcv.ops into autodoc_mock_imports
      
      * Add numba into readthedocs.txt to compile api docs
      
      * Remove numba from readthedocs.txt and add runtime requirements in readthedocs.yml
      334d63ff
  13. 14 Dec, 2021 1 commit
  14. 13 Dec, 2021 1 commit
    • ChaimZhu's avatar
      [Feature] Add MonoFlex data augmentation label generation function (#1026) · c6c3c46d
      ChaimZhu authored
      * add pipeline
      
      * fix typos
      
      * fix unittest
      
      * fix_typos
      
      * fix_typos
      
      * change pipeline to func
      
      * refactor
      
      * refine gen indices
      
      * add device to gen indices
      
      * change tunc_objs_handle to handle_objs
      
      * fix comments
      
      * add numpy and tensor time comparision
      
      * fix
      
      * add numba accelerate
      
      * fix format
      
      * remove unnecssary func
      
      * update edge_indices docstrings
      
      * fix some comments
      c6c3c46d
  15. 08 Dec, 2021 2 commits
  16. 07 Dec, 2021 3 commits
  17. 06 Dec, 2021 4 commits
  18. 03 Dec, 2021 1 commit
  19. 01 Dec, 2021 2 commits
    • MilkClouds's avatar
      Label visualization (#1050) · f84a17b8
      MilkClouds authored
      * argument show, score_thr added to single_gpu_test
      
      * Implemented label color visualization for show_result function
      
      * Added show, score_thr argument for base 3 model(mmdetection3d)
      
      * Fixed typo(color < 1) for show_result function
      
      * Applied pre-commit run --all-files
      
      * Revised documentation of show_result and revised variable name
      
      * Updated documentation and set default value of score_thr to None
      f84a17b8
    • Joni Airaksinen's avatar
      Add PGD to Docker image (#1070) · e0aa7ce8
      Joni Airaksinen authored
      Copy the repository in the Dockerfile instead of cloning. This makes it
      possible to work with latest modifications, such as PGD in the dev branch,
      and also network bandwith does not get wasted.
      e0aa7ce8