• Wenhao Wu's avatar
    [Feature] Support PointRCNN backbone (#974) · b8856a11
    Wenhao Wu 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 (#839)
    
    * [Enhance]  refactor  iou_neg_piecewise_sampler.py (#842)
    
    * [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>
    
    * [Feature] Add roipooling cuda ops (#843)
    
    * [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>
    
    * [Refactor] Refactor code structure and docstrings (#803)
    
    * 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
    
    * support pointrcnn backbone
    
    * add docstring
    
    * modify docstring
    
    * modify docstring
    
    * modify docstring
    
    * Update pointnet2_fp_neck.py
    
    * add code block
    
    * refine docstring & code
    
    * add unittest on fp_neck
    
    * refine unittest
    
    * refine unittest
    
    * refine unittest
    
    * refine unittest
    
    * refine unittest
    
    * fix docstring
    Co-authored-by: default avatarYezhen Cong <52420115+THU17cyz@users.noreply.github.com>
    Co-authored-by: default avatarXi Liu <75658786+xiliu8006@users.noreply.github.com>
    Co-authored-by: default avatarTHU17cyz <congyezhen71@hotmail.com>
    Co-authored-by: default avatarxiliu8006 <xiliu8006@gmail.com>
    b8856a11
pointnet2_sa_msg.py 7.12 KB