1. 29 Mar, 2022 2 commits
  2. 12 Mar, 2022 1 commit
  3. 21 Feb, 2022 1 commit
  4. 18 Feb, 2022 1 commit
  5. 10 Feb, 2022 2 commits
    • Jiajun Deng's avatar
      Fix a small bug in random_world_translation() (#797) · 6aff8be6
      Jiajun Deng authored
      * add cbgs_dyn_pp_centerpoint.yaml
      
      * add cbgs_voxel01_res3d_centerpoint.yaml
      
      * add support of centerpoint on Nuscenes in README
      
      * add translation augmentation, re-implement the performance of CenterPoints with 0.075m voxels
      
      * cover the original world translation augmentation
      
      * modify random_translation_along_X
      
      * fix a small bug in random_world_translation()
      6aff8be6
    • Jiajun Deng's avatar
      Rewrite world translation augmentation, and re-implement CenterPoint with voxel_size=0.075 (#795) · 7402f693
      Jiajun Deng authored
      * add cbgs_dyn_pp_centerpoint.yaml
      
      * add cbgs_voxel01_res3d_centerpoint.yaml
      
      * add support of centerpoint on Nuscenes in README
      
      * add translation augmentation, re-implement the performance of CenterPoints with 0.075m voxels
      
      * cover the original world translation augmentation
      
      * modify random_translation_along_X
      7402f693
  6. 02 Feb, 2022 1 commit
  7. 24 Jan, 2022 1 commit
  8. 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
  9. 15 Jan, 2022 2 commits
  10. 05 Jan, 2022 3 commits
  11. 27 Dec, 2021 2 commits
  12. 26 Dec, 2021 8 commits
  13. 18 Dec, 2021 1 commit
  14. 17 Dec, 2021 2 commits
  15. 10 Dec, 2021 1 commit
  16. 09 Dec, 2021 4 commits
    • Shaoshuai Shi's avatar
      update OpenPCDet to v0.5.1 (#706) · 76279ff2
      Shaoshuai Shi authored
      * support PointPillar (anchor-based, anchor-free) for WOD datasets
      
      * update OpenPCDet to v0.5.1
      76279ff2
    • Xavier Santos's avatar
      Added new augmentation methods and the option of augmentation by addition... · 63ffbac9
      Xavier Santos authored
      
      Added new augmentation methods and the option of augmentation by addition instead of replacement (#653)
      
      * NOTEBOOK FOR DATA AUGMENTATION
      
      * SMALL SAMPLE DATASET
      
      * TRANSLACTIONS GLOBAL AND LOCAL
      
      * LOCAL AUGMENTATIONS FINISHED
      
      * ADJUSTED DATA FORMATS TO PCDET YAML COMPATIBILITY
      
      * BUGFIX
      
      * ADDED TITLES
      
      * ADAPTED OPENPCDET TO FIT NEW AUGMENTATIONS
      
      * SAVE IMAGES OF THE DATA AUGMENTATION EXAMPLES
      
      * LOCAL TRANSFORMATION RANDOM VALUES VARY WITH OBJECT AND NOT SCENE
      
      * FIXED YAML
      
      * FIXED BUGS IN PARAMETERS
      
      * FIX IN LOCAL BOXES
      
      * NEW BOX FILTER
      
      * FRUSTUM DROPOUT
      
      * FRUSTUM DROPOUT IMPLEMENTED ON OPENPCDET
      
      * REMOVE FIGURES FROM VERSION CONTROL
      
      * MORE EFFICIENT LOCAL METHOD
      
      * LOCAL TRANSFORMATION WITH NUMPY SPED UP
      
      * BUGFIX ON AUGMENTATION FUNCTION
      
      * GET PREDICTED LABELS
      
      * AUGMENTATION DONE BY ADDITION
      
      * RANDOM SELECTION OF REMAINIG FRAMES
      
      * LOGGER WITH TRANSFORMATION DETAILS
      
      * CHANGED COUNTER TO SAMPLE IDX SELECTION METHOD
      
      * BUGFIX ON KITTY_DATABASE
      
      * BUGFIX
      
      * BUGFIX
      
      * FIX ON GENERATOR
      
      * DEBUG LOGS TO FILE
      
      * FIXED LOGGER
      
      * SAVE POINT CLOUDS TO OBJ FILE
      
      * UPDATED NOTEBOOK
      
      * CLEANUP
      
      * .gitignore is now working
      
      * fixed .gitignore
      
      * REMOVED YAML FILES FROM .gitignore
      
      * parse results to a csv
      
      * yaml changed
      
      * fixed gitignore
      
      * FIXED BUG THAT DUPLICATED THE TEST SET
      
      * small fixes on yaml
      
      * fix gitignore
      
      * updated generate_sets.py
      
      * fixed csv_parser.py
      
      * Delete output directory
      
      * Delete output directory
      
      * saving figures with better resolution
      
      * implemented a way to chose to augment the raw pcs
      
      * updated csv_parser.py
      
      * fixed yamls to include the new selection system
      
      * notebook updated
      
      * mosaic added
      
      * new models
      
      * fixed gitignore
      
      * fixed gitignore
      
      * applied changes
      
      * Delete data_aumentation.ipynb
      
      * Delete pointpillar_fullaug.yaml
      
      * updated gitignore
      
      * bugfix
      
      * updated training and notebook
      
      * updated gitignore
      
      * cleanup code
      
      * updated yamls
      
      * reset
      
      * new augmentation methods
      
      * example conf for pointpillars
      
      * updated example config
      
      * bugfix on the config file
      
      * fixed get_points_in_box function
      
      * fixed local frustum dropout
      
      * fixed pointpillar_newaugs.yaml
      
      * bugfixed: import math for some augmentations
      
      * increased margin in point selection for local augmentation
      
      * bugfixed: velocity should not be translated for translation augs. Add warning to check the correctness before using
      
      * bugfixed: add back the aug of random_image_flip
      Co-authored-by: default avatarShaoshuai Shi <shaoshuaics@gmail.com>
      63ffbac9
    • Shaoshuai Shi's avatar
    • lea-v's avatar
      Add pandaset support (#396) · 378593ac
      lea-v authored
      * Add basic support for Pandaset dataset
      
      * Add gt_sampling support for pandaset
      
      * Enable training on different classes than raw dataset
      
      * Save pandaset output in the same format as annotations
      
      * Add dataset config file for pandaset
      
      * Make pandaset dataset compatible with test.py
      
      - add 'evaluation' method
      - add 'name' key to predictions dict
      
      * Enable selecting lidar device for pandaset
      378593ac
  17. 06 Dec, 2021 1 commit
  18. 05 Dec, 2021 1 commit
  19. 04 Dec, 2021 1 commit
  20. 30 Nov, 2021 1 commit
  21. 28 Nov, 2021 1 commit