1. 13 May, 2023 1 commit
  2. 08 May, 2023 1 commit
  3. 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
  4. 23 Aug, 2022 1 commit
  5. 02 Jul, 2022 1 commit
  6. 30 May, 2022 1 commit
  7. 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
  8. 15 Jan, 2022 1 commit
  9. 09 Dec, 2021 1 commit
    • 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
  10. 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
  11. 30 Jul, 2020 1 commit
  12. 06 Jul, 2020 1 commit
  13. 03 Jul, 2020 2 commits
  14. 01 Jul, 2020 1 commit
  15. 26 Jun, 2020 2 commits
  16. 23 Jun, 2020 1 commit