1. 24 Sep, 2021 18 commits
    • ChaimZhu's avatar
      [Feature] add smoke backbone neck (#939) · 48ce34da
      ChaimZhu authored
      * add smoke detecotor and it's backbone and neck
      
      * typo fix
      
      * fix typo
      
      * add docstring
      
      * fix typo
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * fix typo
      
      * fix typo
      
      * fix
      
      * fix typo
      
      * fix docstring
      
      * refine feature
      
      * fix typo
      
      * use Basemodule in Neck
      48ce34da
    • ChaimZhu's avatar
      [Feature] add kitti AP40 evaluation metric (v1.0.0.dev0) (#927) · 7c27cd75
      ChaimZhu authored
      
      
      * Add citation (#901)
      
      * [Feature] Add python3.9 in CI (#900)
      
      * Add python3.0 in CI
      
      * Add python3.0 in CI
      
      * Bump to v0.17.0 (#898)
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update version.py
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update changelog.md
      
      * Remove "recent" in the news
      
      * Remove "recent" in the news
      
      * Fix comments
      
      * [Docs] Fix the version of sphinx (#902)
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * add AP40
      
      * add unitest
      
      * add unitest
      
      * seperate AP11 and AP40
      
      * fix some typos
      Co-authored-by: default avatardingchang <hudingchang.vendor@sensetime.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      7c27cd75
    • Yezhen Cong's avatar
      [Doc] Add coord sys tutorial pic and change links to dev branch (#912) · d5b7eaae
      Yezhen Cong authored
      * Modify link branch and add pic
      
      * Fix pic
      d5b7eaae
    • Yezhen Cong's avatar
      Change cam rot_3d_in_axis (#906) · 5b7004f4
      Yezhen Cong authored
      5b7004f4
    • dingchang's avatar
      [Feature] Support DGCNN (v1.0.0.dev0) (#896) · 720caedf
      dingchang authored
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * del gf&fa registry (wo reuse pointnet module)
      
      * fix typo
      
      * add benchmark and add copyright header (for DGCNN only)
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * support dgcnn
      720caedf
    • THU17cyz's avatar
      Initial commit · bf4e71c2
      THU17cyz authored
      bf4e71c2
    • Yezhen Cong's avatar
      Fix centerpoint tta (#892) · d1f7d1ad
      Yezhen Cong authored
      d1f7d1ad
    • Yezhen Cong's avatar
      [Fix] Fix RegNet pretrained weight loading (#889) · 7b1bda2d
      Yezhen Cong authored
      * Fix regnet pretrained weight loading
      
      * Remove unused file
      7b1bda2d
    • Danila Rukhovich's avatar
      [Enhance] Update PointFusion (#791) · 7f61177e
      Danila Rukhovich authored
      * update point fusion
      
      * remove LIDAR hardcode
      
      * move get_proj_mat_by_coord_type to utils
      
      * fix lint
      
      * remove todo
      
      * fix lint
      7f61177e
    • dingchang's avatar
      Add header for files (#869) · b3d4384e
      dingchang authored
      * Add header for files
      
      * Add header for files
      
      * Add header for files
      
      * Add header for files
      b3d4384e
    • Xi Liu's avatar
      [Feature] PointXYZWHLRBBoxCoder (#856) · cc5e8579
      Xi Liu authored
      * support PointBasedBoxCoder
      
      * fix unittest bug
      
      * support unittest in gpu
      
      * support unittest in gpu
      
      * modified docstring
      
      * add args
      
      * add args
      cc5e8579
    • Yezhen Cong's avatar
      [Refactor] Refactor code structure and docstrings (#803) · 53435c62
      Yezhen Cong authored
      * refactor points_in_boxes
      
      * Merge same functions of three boxes
      
      * More docstring fixes and unify x/y/z size
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Remove None in function param type
      
      * Fix unittest
      
      * Add comments for NMS functions
      
      * Merge methods of Points
      
      * Add unittest
      
      * Add optional and default value
      
      * Fix box conversion and add unittest
      
      * Fix comments
      
      * Add unit test
      
      * Indent
      
      * Fix CI
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Add unit test for box bev
      
      * More unit tests and refine docstrings in box_np_ops
      
      * Fix comment
      
      * Add deprecation warning
      53435c62
    • Xi Liu's avatar
      [Feature] Add roipooling cuda ops (#843) · 4f36084f
      Xi Liu authored
      
      
      * [Refactor] Main code modification for coordinate system refactor (#677)
      
      * [Enhance] Add script for data update (#774)
      
      * Fixed wrong config paths and fixed a bug in test
      
      * Fixed metafile
      
      * Coord sys refactor (main code)
      
      * Update test_waymo_dataset.py
      
      * Manually resolve conflict
      
      * Removed unused lines and fixed imports
      
      * remove coord2box and box2coord
      
      * update dir_limit_offset
      
      * Some minor improvements
      
      * Removed some \s in comments
      
      * Revert a change
      
      * Change Box3DMode to Coord3DMode where points are converted
      
      * Fix points_in_bbox function
      
      * Fix Imvoxelnet config
      
      * Revert adding a line
      
      * Fix rotation bug when batch size is 0
      
      * Keep sign of dir_scores as before
      
      * Fix several comments
      
      * Add a comment
      
      * Fix docstring
      
      * Add data update scripts
      
      * Fix comments
      
      * fix import
      
      * add roipooling cuda ops
      
      * add roi extractor
      
      * add test_roi_extractor unittest
      
      * Modify setup.py to install roipooling ops
      
      * modify docstring
      
      * remove enlarge bbox in roipoint pooling
      
      * add_roipooling_ops
      
      * modify docstring
      Co-authored-by: default avatarYezhen Cong <52420115+THU17cyz@users.noreply.github.com>
      Co-authored-by: default avatarTHU17cyz <congyezhen71@hotmail.com>
      4f36084f
    • Xi Liu's avatar
      [Enhance] refactor iou_neg_piecewise_sampler.py (#842) · 2936b3b3
      Xi Liu authored
      
      
      * [Refactor] Main code modification for coordinate system refactor (#677)
      
      * [Enhance] Add script for data update (#774)
      
      * Fixed wrong config paths and fixed a bug in test
      
      * Fixed metafile
      
      * Coord sys refactor (main code)
      
      * Update test_waymo_dataset.py
      
      * Manually resolve conflict
      
      * Removed unused lines and fixed imports
      
      * remove coord2box and box2coord
      
      * update dir_limit_offset
      
      * Some minor improvements
      
      * Removed some \s in comments
      
      * Revert a change
      
      * Change Box3DMode to Coord3DMode where points are converted
      
      * Fix points_in_bbox function
      
      * Fix Imvoxelnet config
      
      * Revert adding a line
      
      * Fix rotation bug when batch size is 0
      
      * Keep sign of dir_scores as before
      
      * Fix several comments
      
      * Add a comment
      
      * Fix docstring
      
      * Add data update scripts
      
      * Fix comments
      
      * fix import
      
      * refactor iou_neg_piecewise_sampler.py
      
      * add docstring
      
      * modify docstring
      Co-authored-by: default avatarYezhen Cong <52420115+THU17cyz@users.noreply.github.com>
      Co-authored-by: default avatarTHU17cyz <congyezhen71@hotmail.com>
      2936b3b3
    • Yezhen Cong's avatar
      fix import (#839) · 58eae61f
      Yezhen Cong authored
      58eae61f
    • Yezhen Cong's avatar
      [Enhance] Add script for data update (#774) · 260e634e
      Yezhen Cong authored
      * Fixed wrong config paths and fixed a bug in test
      
      * Fixed metafile
      
      * Coord sys refactor (main code)
      
      * Update test_waymo_dataset.py
      
      * Manually resolve conflict
      
      * Removed unused lines and fixed imports
      
      * remove coord2box and box2coord
      
      * update dir_limit_offset
      
      * Some minor improvements
      
      * Removed some \s in comments
      
      * Revert a change
      
      * Change Box3DMode to Coord3DMode where points are converted
      
      * Fix points_in_bbox function
      
      * Fix Imvoxelnet config
      
      * Revert adding a line
      
      * Fix rotation bug when batch size is 0
      
      * Keep sign of dir_scores as before
      
      * Fix several comments
      
      * Add a comment
      
      * Fix docstring
      
      * Add data update scripts
      
      * Fix comments
      260e634e
    • Yezhen Cong's avatar
    • Wenhao Wu's avatar
      [Enhance] Use PyTorch Sphinx Theme (#958) · 26ab7ff2
      Wenhao Wu authored
      * [Enhance] Use PyTorch Sphinx Theme
      
      * refine English docs
      
      * refine Chinese docs
      
      * fix type in Chinese docs
      26ab7ff2
  2. 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
  3. 17 Sep, 2021 1 commit
  4. 15 Sep, 2021 4 commits
  5. 07 Sep, 2021 3 commits
  6. 02 Sep, 2021 1 commit
    • dingchang's avatar
      [Docs] Fix the version of sphinx (#902) · 075f4442
      dingchang authored
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      
      * Fix sphinx version
      075f4442
  7. 01 Sep, 2021 3 commits
  8. 30 Aug, 2021 1 commit
  9. 27 Aug, 2021 1 commit
  10. 26 Aug, 2021 1 commit
  11. 25 Aug, 2021 2 commits
  12. 24 Aug, 2021 2 commits