• Xiang Xu's avatar
    [Feature] Support `PolarMix` augmentation (#2265) · 60d848b3
    Xiang Xu authored
    * support polarmix
    
    * Update __init__.py
    
    * add UT
    
    * use `BasePoints` instead of numpy
    
    * Update transforms_3d.py
    
    * Update transforms_3d.py
    
    * Update test_transforms_3d.py
    
    * update docs
    
    * update polarmix without MultiImageMixDataset
    
    * add comments
    
    * fix UT
    
    * update docstring
    
    * fix yaw calculation
    
    * fix UT
    
    * refactor
    
    * update
    
    * update docs
    
    * fix typo
    
    * Update transforms_3d.py
    
    * update ut
    
    * fix typehint
    
    * add prob argument
    60d848b3
transforms_3d.py 94.4 KB