1. 21 Dec, 2021 1 commit
  2. 16 Dec, 2021 1 commit
  3. 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
  4. 14 Dec, 2021 1 commit
  5. 08 Dec, 2021 1 commit
  6. 07 Dec, 2021 3 commits
  7. 06 Dec, 2021 4 commits
  8. 03 Dec, 2021 1 commit
  9. 01 Dec, 2021 4 commits
  10. 24 Nov, 2021 2 commits
  11. 13 Nov, 2021 1 commit
  12. 10 Nov, 2021 2 commits
  13. 09 Nov, 2021 1 commit
  14. 01 Nov, 2021 1 commit
    • Tai-Wang's avatar
      Bump to v0.17.2 (#1021) · 99ad831a
      Tai-Wang authored
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update version.py
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update changelog.md
      
      * Fix a typo
      99ad831a
  15. 27 Oct, 2021 3 commits
  16. 20 Oct, 2021 2 commits
  17. 13 Oct, 2021 1 commit
  18. 11 Oct, 2021 1 commit
  19. 08 Oct, 2021 2 commits
    • Tai-Wang's avatar
      Update Group-Free-3D and FCOS3D bibtex (#985) · 180ad042
      Tai-Wang authored
      * Update bibtex
      
      * Update bibtex in the README
      
      * Update bibtex in the Chinese README
      
      * Update Group-Free-3D bibtex
      
      * Fix to be compatible with bibtex grammer
      180ad042
    • Tai-Wang's avatar
      Bump to v0.17.1 (#978) · f1107977
      Tai-Wang authored
      * Update version.py
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update changelog.md
      
      * Refine v1.0.0.dev0 notes
      
      * Refine v1.0.0.dev0 notes
      
      * Refine v1.0.0 notes (chinese readme)
      
      * Refine some expressions
      f1107977
  20. 29 Sep, 2021 2 commits
  21. 24 Sep, 2021 1 commit
  22. 22 Sep, 2021 3 commits
    • dingchang's avatar
      [Docs] Kitti readme (#953) · 75c5c6cd
      dingchang authored
      
      
      * creat kitti_det.md
      
      * Update kitti_det.md
      
      * modify kitti_det
      
      * add metrics
      
      * modified readme
      
      * modified readme
      
      * modified readme
      
      * modify kitti_det
      
      * modify docs
      
      * modify kitti_det
      
      * modify docs
      
      * modify docs
      
      * location is bottom center
      
      * fix typo
      
      * fix typo
      
      * fix typo
      Co-authored-by: default avatar刘曦 <xiliu8006@gmail.com>
      Co-authored-by: default avatarxiliu8006 <75658786+xiliu8006@users.noreply.github.com>
      75c5c6cd
    • Sherzodbek's avatar
      Small bug in FreeAnchor head (#944) · a055f6ad
      Sherzodbek authored
      * reduce 1e-12 to make difference between variables
      
      If 1e-12 is used to make a difference between t1 and t2, then later (t2-t1) might become 0 as 1e-12 can't affect to the number (at least true in pytorch, verified in v1.5.0+).
      
      * Revert "reduce 1e-12 to make difference between variables"
      
      This reverts commit 33ec7215d22be59bf0012dea748f5cacc33a0fb8.
      
      * reduce 1e-12 to make difference between variables
      
      If 1e-12 is used to make a difference between t1 and t2, then later (t2-t1) might become 0 as 1e-12 can't affect to the number (at least true in pytorch, verified in v1.5.0+). Not sure whether 1e-7 or 1e-8 worked. But 1e-6 did.
      a055f6ad
    • Zongbao Feng's avatar
      upgrade to build_anchor_generator (#941) · b1deeb53
      Zongbao Feng authored
      * visuliaztion typos
      
      * fix to visualization
      
      * fixed lint errors by pre-commit
      
      * upgrade to build_anchor_generator
      
      * fixed  isort message
      b1deeb53
  23. 17 Sep, 2021 1 commit