• Yezhen Cong's avatar
    [Feature] Support ImVoteNet complete model (#352) · 4eed122d
    Yezhen Cong authored
    
    
    * Added image loading in SUNRGB-D dataset (#195)
    
    * image loading
    
    * format and docstring fix
    
    * removed irrelevant files
    
    * removed irrelevant files
    
    * load image only if modality is pc+img
    
    * added modality like nuscenes
    
    * Added imvotenet image branch pretrain (#217)
    
    * image loading
    
    * naive commit
    
    * format and docstring fix
    
    * removed irrelevant files
    
    * removed irrelevant files
    
    * load image only if modality is pc+img
    
    * added modality like nuscenes
    
    * pretrain_2d_model
    
    * finetune sunrgbd
    
    * finetune sunrgbd
    
    * deleted unused code
    
    * fixed a bug
    
    * resolve conflict
    
    * update config file
    
    * fix docstring and configs
    
    * integrated vote fusion
    
    * coords transform and unit test
    
    * Update docstring
    
    * refactor and add unit test
    
    * fix bug caused by mmcv upgrade; delete pdb breakpoint
    
    * add point fusion unittest
    
    * remove unused file
    
    * fix typos
    
    * updates
    
    * add assertion info
    
    * update
    
    * add unittest
    
    * add vote fusion unittest
    
    * add vote fusion unittest
    
    * [Refactor] VoteNet refactor (#322)
    
    * votenet refactor
    
    * remove file
    
    * minor update
    
    * docstring
    
    * initial update of imvotenet
    
    * [Feature] Support vote fusion (#297)
    
    * integrated vote fusion
    
    * coords transform and unit test
    
    * Update docstring
    
    * refactor and add unit test
    
    * add point fusion unittest
    
    * remove unused file
    
    * updates
    
    * add assertion info
    
    * update
    
    * add unittest
    
    * add vote fusion unittest
    
    * add vote fusion unittest
    
    * minor update
    
    * docstring
    
    * change np ops to torch
    
    * refactor test
    
    * update
    
    * refactor of image mlp and np random ops to torch
    
    * add docstring
    
    * add config and mod dataset
    
    * fix bugs
    
    * add_comments
    
    * fix bugs
    
    * fix_bug
    
    * fix bug
    
    * fix bug
    
    * fix bug
    
    * fix bug
    
    * final fix
    
    * fix bug
    
    * ?
    
    * add docstring
    
    * move train/test cfg
    
    * change img mlp default param
    
    * rename config
    
    * minor mod
    
    * change config name
    
    * move train/test cfg
    
    * some fixes and 2d utils
    
    * fix config name
    
    * fix config override issue
    
    * config simplify & reformat
    
    * explicitly set eval mode->override train()
    
    * add fix_img_branch to config
    
    * remove set_img_branch_eval_mode
    
    * temporal fix, change calibs to calib
    
    * more docstring and view/reshape, expand/repeat change
    
    * complete imvotenet docstring
    
    * fix docstring
    
    * add config and some minor fix
    
    * rename config
    Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
    4eed122d
base_points.py 13.4 KB