LDP626
Results
2
comments of
LDP626
I experienced the same issue when executing "bash /home/lz23/model_code/Mask3D-main/scripts/stpls3d/stpls3d_val.sh".
@xiaoxiae @YJJ0829 Add a line `proposals_idx = proposals_idx.to(mask_inds.device)` before the line cur_proposals_idx = proposals_idx[mask_inds].long() in the `softgroup/model/softgroup.py` file.