1. 11 Jun, 2023 1 commit
  2. 07 May, 2023 1 commit
  3. 24 Apr, 2023 1 commit
  4. 03 Apr, 2023 1 commit
  5. 19 Sep, 2022 2 commits
  6. 14 Sep, 2022 1 commit
  7. 03 Sep, 2022 1 commit
    • Cedarch's avatar
      Code release of MPPNet for multi-frame 3D object detection (#1089) · ef7da7dd
      Cedarch authored
      
      
      * add mppnet in openpcdet
      
      * add mppnet yamls
      
      * add IOU_WEIGHT Flag
      
      * add IOU_WEIGHT Flag
      
      * add IOU_WEIGHT Flag
      
      * add 16 frame effi_test
      
      * add ctrans
      
      * use effi crop
      
      * update mppnet_head.py
      
      * update mppnet_16frame.yaml
      
      * update test.py
      
      * add mppnet_4frame.yaml
      
      * update mppnet_4frame.yaml
      
      * update deted_template
      
      * update det3d_template
      
      * update yaml and clean mppnet head
      
      * rm unused py and yaml
      
      * update yamls
      
      * fixbug of bs 2 eval
      
      * fixbug of bs>1 eval
      
      * update mppnet training code
      
      * update training code
      
      * rm unused file
      
      * rm unused file
      
      * reorganzie code
      
      * reorginaze code
      
      * add transformer.py with paper name
      
      * add transformer.py with paper name
      
      * add transformer.py with paper name
      
      * reorganize code
      
      * reorganize code
      
      * reorganize code
      
      * reorganize code
      
      * reorganize code
      
      * reorganize code
      
      * reorganize code
      
      * reorganize code
      
      * rm unused code
      
      * rm unused code
      
      * format codes
      
      * support save_to_file for WOD to save model predicted results
      
      * fix small bug in generate_single_sample_dict
      
      * support to load pred_boxes from result.pkl to avoid massive small object loading
      
      * bugfixed: train with MPPNet
      
      * bugfixed: remove num_frames in transformer.forward()
      
      * bugfixed: remove num_frames in transformer.forward(), continue
      
      * support to configure train/val result.pkl for ROI_BOXES_PATH for MPPNet
      
      * update MPPNet codes
      
      * bugfixed to support float32/float64 GT database
      
      * update document
      Co-authored-by: default avatarShaoshuai Shi <shaoshuaics@gmail.com>
      ef7da7dd
  8. 19 Jul, 2022 1 commit
  9. 02 Jul, 2022 2 commits
  10. 22 Jun, 2022 2 commits
  11. 18 Jun, 2022 1 commit
  12. 06 Jun, 2022 1 commit
  13. 30 May, 2022 2 commits
  14. 18 Feb, 2022 1 commit
  15. 17 Jan, 2022 3 commits
    • Jiajun Deng's avatar
      Add multi_scale_3d_strides in 3D ResBackbone (#761) · 5861246c
      Jiajun Deng authored
      * add dynamic pillar vfe
      
      * make the upperbound unaccessible
      
      * add place holder for voxel generation
      
      * add DynPillarVFE
      
      * add PFNLayerV2
      
      * add try except for torch_scatter package
      
      * add dynamic pillar in readme
      
      * add the cfg file of centerpoint with dynamic pillar
      
      * recover original mask_points_by_range
      
      * masking points with points_coords out of grid_size
      
      * add dynamic voxelization and config for voxel_rcnn
      
      * add multi_scale_3d_strides in resbackbone
      5861246c
    • Jiajun Deng's avatar
      Add dynamic voxelization and config for voxel r-cnn on Waymo Open Dataset (#760) · 1376e610
      Jiajun Deng authored
      * add dynamic pillar vfe
      
      * make the upperbound unaccessible
      
      * add place holder for voxel generation
      
      * add DynPillarVFE
      
      * add PFNLayerV2
      
      * add try except for torch_scatter package
      
      * add dynamic pillar in readme
      
      * add the cfg file of centerpoint with dynamic pillar
      
      * recover original mask_points_by_range
      
      * masking points with points_coords out of grid_size
      
      * add dynamic voxelization and config for voxel_rcnn
      1376e610
    • Jiajun Deng's avatar
      Masking points inside dyanmic_pillar_vfe.py (#759) · c47a94bc
      Jiajun Deng authored
      * add dynamic pillar vfe
      
      * make the upperbound unaccessible
      
      * add place holder for voxel generation
      
      * add DynPillarVFE
      
      * add PFNLayerV2
      
      * add try except for torch_scatter package
      
      * add dynamic pillar in readme
      
      * add the cfg file of centerpoint with dynamic pillar
      
      * recover original mask_points_by_range
      
      * masking points with points_coords out of grid_size
      c47a94bc
  16. 15 Jan, 2022 1 commit
    • djiajunustc's avatar
      Add DynamicPillarVFE (#754) · 0f4d3f1f
      djiajunustc authored
      * add dynamic pillar vfe
      
      * make the upperbound unaccessible
      
      * add place holder for voxel generation
      
      * add DynPillarVFE
      
      * add PFNLayerV2
      
      * add try except for torch_scatter package
      
      * add dynamic pillar in readme
      
      * add the cfg file of centerpoint with dynamic pillar
      0f4d3f1f
  17. 26 Dec, 2021 4 commits
  18. 24 Nov, 2021 1 commit
  19. 23 Nov, 2021 1 commit
  20. 05 Nov, 2021 1 commit
  21. 04 Nov, 2021 1 commit
  22. 03 Nov, 2021 1 commit
  23. 08 Jun, 2021 2 commits
  24. 22 May, 2021 1 commit
    • Martin Hahner's avatar
      Fix issues with CaDDN (#542) · 7efdf026
      Martin Hahner authored
      * Download DeepLabV3 if not available yet
      
      * Fix dtype issue
      
      Fix RuntimeError: expected backend CPU and dtype Float but got backend CPU and dtype Long
      7efdf026
  25. 20 May, 2021 1 commit
    • Cody Reading's avatar
      Support Monocular 3D Detector CaDDN (#538) · aaf9cbeb
      Cody Reading authored
      * Added CaDDN detector and support for image, depth map, and 2D GT box
      dataloading
      
      * Moved image flip augmentation to augmentor_utils
      
      * Updated default get item list to include points
      
      * Moved utils functions into transform_utils
      
      * Combined FFE + F2V into ImageVFE, renamed FFE to FFN, moved depth downsample into data_processor
      
      * Updated README with updated CaDDN weights
      
      * Updated comments for image vfe
      aaf9cbeb
  26. 10 May, 2021 1 commit
    • Martin Hahner's avatar
      Fix issue if there are less than half of NUM_KEYPOINTS (#534) · 725c59fd
      Martin Hahner authored
      If there are less than half of model_cfg.NUM_KEYPOINTS it will lead to 
      RuntimeError: unsupported operation: some elements of the input tensor and the written-to tensor refer to a single memory location. 
      Please clone() the tensor before performing the operation.
      725c59fd
  27. 19 Jan, 2021 1 commit
  28. 30 Jul, 2020 1 commit
  29. 23 Jul, 2020 2 commits