1. 31 Aug, 2020 1 commit
  2. 30 Aug, 2020 2 commits
    • encore-zhou's avatar
      add h3d head (#58) · 16e8d143
      encore-zhou authored
      * add h3d head
      
      * add h3d roi head
      
      * update docstring of h3d roi head
      
      * reconstruct h3d head
      
      * remove unused code
      
      * modify h3d bbox head
      
      * add h3dnet init files
      
      * modify h3d bbox head
      
      * add depth_box3d unittest
      
      * update h3d head
      
      * add h3dnet benchmark
      
      * update docstring in vote_head
      
      * resovle primitive conflict
      16e8d143
    • encore-zhou's avatar
      Feature_3dssd_FPS_With_Dist_OP (#66) · 299d666a
      encore-zhou authored
      * add op fps with distance
      
      * add op fps with distance
      
      * modify F-DFS unittest
      
      * modify sa module
      
      * modify sa module
      
      * SA Module support D-FPS and F-FPS
      
      * modify sa module
      
      * update points sa module
      
      * modify point_sa_module
      
      * modify point sa module
      
      * reconstruct FPS
      
      * reconstruct FPS
      
      * modify docstring
      
      * modify docstring
      299d666a
  3. 29 Aug, 2020 1 commit
    • yinchimaoliang's avatar
      Change nus related (#75) · 010cd4ba
      yinchimaoliang authored
      * Add bottom2gravity and balance_class option.
      
      * Add valid_flag.
      
      * Add use_valid_flag.
      
      * Change balance_class option.
      
      * Add wrapper, remove gravity and balance_class option.
      
      * Change flag, change load_infos to repeat_indices.
      
      * Remove pdb, change docstring.
      
      * Change name, remove unnecessary args.
      
      * Remove _concat_dataset.
      
      * Change name of ClassSampledDataset.
      
      * Change docstring.
      
      * Add get_cat_ids in nus_dataset, add unittest for wrapper.
      
      * Change to len(self.dataset)
      
      * Update nus data.
      010cd4ba
  4. 26 Aug, 2020 2 commits
    • encore-zhou's avatar
      add primitive head (#53) · 7b1f6a85
      encore-zhou authored
      * add primitive head
      
      * register of primitive head
      
      * modify primitive head
      
      * modify primitive head
      
      * modify primitive head
      
      * modify primitive head
      
      * update primitive head unittest
      
      * modify primitive had
      
      * fix bugs for primitive head
      
      * update primitive head
      7b1f6a85
    • twang's avatar
      Fix a minor bug in json2csv of lyft dataset (#78) · ba5fa548
      twang authored
      * Fix a minor bug in json2csv of lyft dataset
      
      * Fix variable names and minor hard code
      ba5fa548
  5. 20 Aug, 2020 1 commit
  6. 19 Aug, 2020 3 commits
    • twang's avatar
      Fix minor bugs of computing iou3d (#69) · 3ba50ca5
      twang authored
      * Fix minor bugs encountered when computing iou3d with gpu while the specified cuda id is not default 0
      
      * Fix nonstandard formats
      
      * Remove trailing whitespace
      
      * Fix nonstandard format
      
      * Fix ambiguous initialization of cuda tensors
      3ba50ca5
    • yinchimaoliang's avatar
      load_points_from_mult_sweeps (#67) · 539897d6
      yinchimaoliang authored
      * Add unittest.
      
      * Change to 'defaults to'.
      
      * Add replace=False, remove T op, add num_sweeps=10 unittest.
      
      * Change lyft_infos.pkl.
      
      * Add nus unittest.
      
      * Add nus unittest.
      
      * Change nus_info.pkl.
      
      * Add test_mode.
      539897d6
    • encore-zhou's avatar
      Feature h3dbackbone (#52) · 3e36ab83
      encore-zhou authored
      * add multi backbone
      
      * update multi backbone
      
      * update multi backbone
      
      * update multi backbone
      
      * modify multi backbone
      
      * modify multi_backbone params
      
      * modify docstring
      
      * update multi_backbone unittest
      
      * modify docstring
      3e36ab83
  7. 18 Aug, 2020 1 commit
    • yinchimaoliang's avatar
      Add modules before mg_head in centerpoint (#46) · 27d0001e
      yinchimaoliang authored
      * Add centerpoint_rpn and scn, change pillar encoder and voxel_encoder
      
      * Move test_voxel_encoders.
      
      * Change names, add docstring.
      
      * Reconstruct centerpoint_rpn.
      
      * Add centerpoint_rpn.
      
      * Change SECONDFPN, delete centerpoint_fpn
      
      * Remove SparseBasicBlock.
      
      * Change SpMiddleResNetFHD to SparseEncoder.
      
      * Finish SparseEncoder unittest.
      
      * Change test_hard_simple_VFE.
      
      * Change option, add legacy.
      
      * Change docstring, change legacy.
      
      * Fix legacy bug.
      
      * Change unittest, change docstring.
      
      * Change docstring.
      27d0001e
  8. 23 Jul, 2020 1 commit
    • yinchimaoliang's avatar
      Add apis unittest (#20) · 5a414570
      yinchimaoliang authored
      * Finish test_inference
      
      * Finish test_single_gpu_test
      
      * inference supports cpu mode
      
      * Change inference.py
      
      * Add comments
      5a414570
  9. 22 Jul, 2020 1 commit
    • yinchimaoliang's avatar
      Add datasets unittest (#24) · 59fc5e73
      yinchimaoliang authored
      * add test_getitem for kitti
      
      * Change dataset to self
      
      * Fix dbinfo path bug
      
      * Change to 230
      
      * Change bboxes and scores
      
      * Debug, check points shape after dbsample
      
      * Debug, add assert gt_bbox and db bbox
      
      * Debug, add assert sampled and gt_bboxes
      
      * Debug, add assertion for dbinfo and gt_box
      
      * Fix transfom_3d unittest
      
      * Fix kitti dataset unittest
      
      * Add kitti data
      
      * Clean debug
      
      * Change data_augment_utils
      
      * Reduce point file
      
      * Change self to dataset
      
      * Change data_augment_utils to normal
      
      * Change order of CLASSES
      
      * Finish test_random_flip_3d
      
      * Add show unittest for scannet and sunrgbd datasets
      
      * Add show unittest for kitti dataset
      
      * Add test_evaluate for kitti dataset
      
      * Add pytest.skip
      
      * Add format_results unittest
      
      * Add test_show for lyft
      
      * Fix eval
      
      * Add test_time_aug unittest
      
      * Add bbox2result_kitti2d unittest
      
      * Change abs to np.isclose
      59fc5e73
  10. 14 Jul, 2020 1 commit
    • Wenwei Zhang's avatar
      Support pypi (#19) · 87339473
      Wenwei Zhang authored
      * add publish workflow
      
      * Add manifest
      
      * Clean files and bump to 0.5.0
      
      * Fix MANIFEST
      87339473
  11. 13 Jul, 2020 1 commit
    • yinchimaoliang's avatar
      Add transforms_3d unittest (#12) · 4e4d6e97
      yinchimaoliang authored
      
      
      * Support github action:
      
      * fix docs package
      
      * reduce action items
      
      * Update cuda arch
      
      * Set cuda arch
      
      * Add information
      
      * add cocotools in installation
      
      * skip gpu
      
      * remove duplicated module
      
      * Change points shape from 1177 to 800
      
      * Change 1177 to 800
      
      * Change 1177 to 800
      
      * Add print
      
      * Add other print
      
      * Change gt_labels
      
      * Add seed
      
      * Change to len assert
      
      * Change gt_bboxes_3d
      
      * Change repr
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      Co-authored-by: default avatarliyinhao <liyinhao@sensetime.com>
      4e4d6e97
  12. 11 Jul, 2020 1 commit
    • Wenwei Zhang's avatar
      Refine docs and license (#11) · 5d1cbe77
      Wenwei Zhang authored
      * Refine docs and license
      
      * Change order of install
      
      * Clean unnecessary requirements
      
      * Install mmdet manually in readthedocs
      
      * delete mmdet install
      
      * reformat docstring in code
      
      * Refine docs
      
      * Reformat
      
      * fix format issue
      5d1cbe77
  13. 09 Jul, 2020 6 commits
  14. 08 Jul, 2020 6 commits
  15. 07 Jul, 2020 4 commits
  16. 06 Jul, 2020 6 commits
  17. 05 Jul, 2020 1 commit
  18. 04 Jul, 2020 1 commit