"examples/pytorch/vscode:/vscode.git/clone" did not exist on "6566c31fbac4382c01125b56ce5ccc3ba1c50f87"
  1. 20 Oct, 2020 1 commit
    • twang's avatar
      [Feature] Add shape-aware grouping head in SSN (#147) · b016d90c
      twang authored
      * Add shape-aware grouping head
      
      * Reformat docstrings
      
      * Remove rewritten get_anchors in shape_aware_head
      
      * Refactor and simplify shape-aware grouping head
      
      * Fix docstring
      
      * Remove fixed preset shape heads
      
      * Add unittest for AlignedAnchor3DRangeGeneratorPerCls
      
      * Add unittest for get bboxes in shape_aware_head
      
      * Add unittest for loss of shape_aware_head
      
      * Fix unstandard docstrings
      
      * Minor fix for a comment
      
      * Add assertion to make sure not all boxes are filtered
      b016d90c
  2. 07 Oct, 2020 1 commit
  3. 29 Sep, 2020 2 commits
    • encore-zhou's avatar
      [Feature]:add sweep point sample (#125) · 24abf9b0
      encore-zhou authored
      * add sweep points sampler
      
      * add sweep points sampler
      
      * rebase master
      
      * modify unittest
      
      * modify voxel based point sampler
      
      * modify voxel based point sampler
      
      * fix bugs for voxel based point sampler
      
      * modify voxel based points sampler
      
      * fix bugs
      
      * modify repr string
      24abf9b0
    • Wenwei Zhang's avatar
      [Fix]: fix dcn bias bug in centerpoint (#137) · 873db382
      Wenwei Zhang authored
      * fix dcn bias bug in centerpoint
      
      * fix unit tesats bug of empty iou calculation
      873db382
  4. 26 Sep, 2020 1 commit
  5. 24 Sep, 2020 1 commit
  6. 20 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      Bump to V0.6.0 (#118) · 579b0799
      Wenwei Zhang authored
      
      
      * Add gitlab CI back
      
      * clean isort
      
      * Update gitlab CI version
      
      * Update mmcv install
      
      * fix unit test bug
      
      * waymo
      
      * Use new flake8
      
      * Update mmdet3d/core/evaluation/waymo_utils/prediction_kitti_to_waymo.py, tools/data_converter/waymo_converter.py files
      
      * Add baseline configs for waymo
      
      * fix linting
      
      * yapf reformat
      
      * update waymo results
      
      * Update waymo model zoo and docs
      
      * Bump v0.6.0
      
      * Fix a minor bug when converting waymo data
      
      * Fix cmds in the waymo doc
      
      * Fix setup.cfg to pass isort test
      
      * Fix waymo configs
      
      * Update model zoo link & doc
      
      * update version date
      
      * clean ci
      Co-authored-by: default avatarwangtai <wangtai@sensetime.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      579b0799
  7. 19 Sep, 2020 2 commits
    • Wenwei Zhang's avatar
      [Fix]: fix label type bug when using dbsampler (#111) · 62ce67c0
      Wenwei Zhang authored
      * [Fix]: fix label type bug when using dbsampler
      
      * Unify cat_id for more general usage
      
      * fix CI bugs
      
      * keep astype np.long
      62ce67c0
    • yinchimaoliang's avatar
      [feature]: Add multi-group head of CenterPoint (#49) · d07bd8bd
      yinchimaoliang authored
      * Add modules.
      
      * Add test_center_head.
      
      * Add docstring.
      
      * Change comments.
      
      * Add dcn_head.
      
      * Add doc_string.
      
      * Add get_targets.
      
      * Can use_get_targets.
      
      * get_targets results aligned.
      
      * Use box_structure.
      
      * Use get_targets_single.
      
      * Add docstring.
      
      * Fix dcn_center_head unittest.
      
      * Delete unnecessary unittest.
      
      * Add docstring.
      
      * Change format.
      
      * Add circle_nms.
      
      * Change structure of mg_head.
      
      * Add bbox coder for centerpoint.
      
      * Add docstrings.
      
      * Add docstrings.
      
      * Add get_bboxes and unittest.
      
      * Change docstring.
      
      * Add img_metas.
      
      * Change bbox coder unittest.
      
      * Add task_detections.
      
      * Change docstring.
      
      * Change circle_nms to cpu.
      
      * Change test_nms.
      
      * Change score_th, chang keep to long type.
      
      * Change docstring and unittest.
      
      * Remove unnecessary things.
      
      * Move gaussian.
      
      * move clip_sigmoid, change dict.
      
      * Change config.
      
      * Change test_heads.
      
      * Move weight initialization to init_weights func.
      
      * Remove loc_loss_element adn==nd num_postive.
      
      * Change bboxes to the right format.
      
      * Change loss and bbox order.
      
      * Update test_heads.
      
      * Change loss.
      
      * Change names in mg_head, change head unittest.
      
      * Remove centerpoint_focal_loss, change docstring.
      
      * Change topK default to 80.
      
      * Change boxes in test_nms. Change task_boxes defaults to None.
      
      * Fix rotate nms bug.
      
      * Change docstring.
      
      * Add docstring for get_task_detection and loss.
      
      * Remove gaussian funcs, change mg_head.
      
      * Change gaussianfocalloss to mean.
      
      * change centerpoint_bbox_coder '/' to torch.div, fix centerhead unittest.
      
      * Change div to '/'
      
      * Change order in centerpoint_coder, change names, change dcn layer.
      
      * Fix import in __init__
      
      * Add gaussian unittest.
      
      * Remove np ops in mg_head.
      
      * Update docstring.
      
      * Fix docstring use config to build head.
      
      * Remove **kwargs
      
      * Remove unnecessary codes, change order of bboxes.
      
      * Remove '\' in args and pdb, change loss_bbox.
      
      * Fix test_heads unittest.
      
      * Remove unnecessary comments
      
      * Change bbox order in rotate nms.
      
      * Remove unnecessary attributes
      
      * Change name, remove float
      d07bd8bd
  8. 15 Sep, 2020 1 commit
    • encore-zhou's avatar
      [fix]: fix bug of H3DNet config (#105) · 076b2cbd
      encore-zhou authored
      * add h3d backbone
      
      * add h3d backbone
      
      * add h3dnet
      
      * modify scannet config
      
      * fix bugs for proposal refine
      
      * fix bugs for test backbone
      
      * add primitive head test
      
      * modify h3dhead
      
      * modify h3d head
      
      * update loss weight config
      
      * fix bugs for h3d head loss
      
      * modify h3d head get targets function
      
      * update h3dnet base config
      
      * modify weighted loss
      
      * Revert "Merge branch 'h3d_u2' into 'master'"
      
      This reverts merge request !5
      
      * fix depth box3d
      
      * fix bugs of test box3d
      076b2cbd
  9. 13 Sep, 2020 1 commit
    • encore-zhou's avatar
      [feature]: support ssd_3d_head in 3DSSD (#83) · 460f6b3b
      encore-zhou authored
      * add ssd3dhead
      
      * fix bugs for anchorfreebboxcoder
      
      * modify ssd 3d head
      
      * modify ssd 3d head
      
      * reconstruct ssd3dhead and votehead
      
      * add unittest
      
      * modify 3dssd config
      
      * modify 3dssd head
      
      * modify 3dssd head
      
      * rename base conv bbox head
      
      * modify vote module
      
      * modify 3dssd config
      
      * fix bugs for unittest
      
      * modify test_heads.py
      
      * fix bugs for h3d bbox head
      
      * add 3dssd detector
      
      * fix bugs for 3dssd config
      
      * modify base conv bbox head
      
      * modify base conv bbox head
      
      * modify base conv bbox head
      460f6b3b
  10. 12 Sep, 2020 1 commit
  11. 11 Sep, 2020 1 commit
    • Yuefeng Wu's avatar
      [Fix]: fix multi-batch test problem (#95) · e4857216
      Yuefeng Wu authored
      * update bbox_results to support multi-batches test and fix ci problem in test_part_aggregation_ROI_head
      
      * compress test samples in test_parta2_roi_head
      
      * compress test samples
      
      * fix multi-batch bug
      
      * fix multi-batch bug
      
      * fix multi-batch bug
      
      * fix mvxnet test
      
      * fix mvxnet test
      
      * multi batch test
      
      * multi batch test
      
      * multi batch test
      e4857216
  12. 07 Sep, 2020 1 commit
  13. 01 Sep, 2020 3 commits
    • encore-zhou's avatar
      [Feature] Add pointnet2 msg and refactor pointnets (#82) · 84efe00e
      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
      
      * add pointnet2-sa-msg backbone
      
      * modify pointnet2_sa_msg
      
      * fix merge conflicts
      
      * format tests/test_backbones.py
      
      * [Refactor]: Add registry for PointNet2Modules
      
      * modify h3dnet for base pointnet
      
      * fix docstring tweaks
      
      * fix bugs for config unittest
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      84efe00e
    • Wenwei Zhang's avatar
      Fix all warnings in pt1.6 (#72) · dde4b02c
      Wenwei Zhang authored
      * Fix (torch.nonzero): Fix  warning of torch.nonzero and bug of nms_iou
      
      * Fix contiguous warning of tensor
      
      * Update CI with pt1.6
      
      * update build action
      
      * recover ci
      
      * Add force cuda
      
      * Use mmcv-full==1.0.5
      
      * Fix nonzero warning
      
      * Update CI config
      
      * update links
      
      * fix unit tests
      
      * fix unit tests
      
      * Lock pytorch version in CI
      
      * Lock pytorch version in CI
      
      * Lock pytorch version in CI
      
      * Try specify torchlink
      
      * Try specify torchlink
      
      * Only add 3.7 for CI
      
      * fix synctax error
      
      * Use 1.3.0
      
      * Use 1.3.0 and specify mmcv
      
      * give up 1.3
      
      * fix cublas issue
      
      * fix cublas issue
      dde4b02c
    • encore-zhou's avatar
      [Fix]: add missing test data for pointnet modules (#85) · 6356cbdc
      encore-zhou authored
      * add test data
      
      * update fps test data
      
      * update fps test data
      6356cbdc
  14. 31 Aug, 2020 1 commit
  15. 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
  16. 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
  17. 26 Aug, 2020 1 commit
    • 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
  18. 19 Aug, 2020 2 commits
    • 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
  19. 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
  20. 31 Jul, 2020 1 commit
    • yinchimaoliang's avatar
      Add core unittests (#30) · eb5a66ec
      yinchimaoliang authored
      * Add merge_aug_bboxes_3d unittest
      
      * Add voxel_generator unittest
      
      * Change test_merge_augs
      
      * Add clean_data unittest
      
      * Finish eval_class unittest
      
      * Add kitti_eval unittest
      
      * Add do_eval unittest
      
      * Add gpu judgement for do_eval
      
      * Change test_kitti_eval and test_voxel_generator
      
      * Change to isclose
      
      * Add unittests for bbox transform
      
      * Add unittests for bbox transform
      
      * Add unittests for bbox transform
      
      * Add decode
      
      * Add pred_split unittest
      
      * Change allclose to eq
      eb5a66ec
  21. 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
  22. 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
  23. 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
  24. 12 Jul, 2020 1 commit
    • Wenwei Zhang's avatar
      Support GitHub action (#4) · 915ffe8b
      Wenwei Zhang 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
      
      * Clean ci
      
      * Update docstring requirements
      915ffe8b
  25. 09 Jul, 2020 1 commit
  26. 08 Jul, 2020 2 commits
  27. 07 Jul, 2020 3 commits
  28. 06 Jul, 2020 1 commit
  29. 04 Jul, 2020 1 commit
  30. 20 Jun, 2020 2 commits