"csrc/cuda/grid.cpp" did not exist on "a353f274ec086a1fe03f84cad37a7a4f038715a6"
  • xiliu8006's avatar
    [Refactor]: Unified parameter initialization (#622) · 07590418
    xiliu8006 authored
    * support 3dssd
    
    * support one-stage method
    
    * for lint
    
    * support two_stage
    
    * Support all methods
    
    * remove init_cfg=[] in configs
    
    * test
    
    * support h3dnet
    
    * fix lint error
    
    * fix isort
    
    * fix code style error
    
    * fix imvotenet bug
    
    * rename init_weight->init_weights
    
    * clean comma
    
    * fix test_apis does not init weights
    
    * support newest mmdet and mmcv
    
    * fix test_heads h3dnet bug
    
    * rm *.swp
    
    * remove the wrong code in build.yml
    
    * fix ssn low map
    
    * modify docs
    
    * modified ssn init_config
    
    * modify params in backbone pointnet2_sa_ssg
    
    * add ssn direction init_cfg
    
    * support segmentor
    
    * add conv a=sqrt(5)
    
    * Convmodule uses kaiming_init
    
    * fix centerpointhead init bug
    
    * add second conv2d init cfg
    
    * add unittest to confirm the input is not be modified
    
    * assert gt_bboxes_3d
    
    * rm .swag
    
    * modify docs mmdet version
    
    * adopt fcosmono3d
    
    * add fcos 3d original init method
    
    * fix mmseg version
    
    * add init cfg in fcos_mono3d.py
    
    * merge newest master
    
    * remove unused code
    
    * modify focs config due to changes of resnet
    
    * support imvoxelnet pointnet2
    
    * modified the dependencies version
    
    * support decode head
    
    * fix inference bug
    
    * modify the useless init_cfg
    
    * fix multi_modality BC-breaking
    
    * fix error blank
    
    * modify docs error
    07590418
mlp.py 1.59 KB