You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @meidachen , I am currently run the HAIS model for instance segmentation. After the training process, I meet an error when running python test.py --config config/hais_run_stpls3d.yaml --pretrain exp/Synthetic_v3_InstanceSegmentation/hais/hais_run_stpls3d/hais_run_stpls3d-000000500.pth :
CUDA kernel failed : an illegal memory access was encountered
I traced the problem and found the code breaks around the following lines:
Hi @yanx27 , it seems like you are having the same issue as hustvl/HAIS#21 (comment). The authors suggested to:
"It seems a problem of memory overflow.
If point clouds of your datasets are much denser or larger than ScanNet, I suggest to increase the values of these macros."
Hi @meidachen , I am currently run the HAIS model for instance segmentation. After the training process, I meet an error when running
python test.py --config config/hais_run_stpls3d.yaml --pretrain exp/Synthetic_v3_InstanceSegmentation/hais/hais_run_stpls3d/hais_run_stpls3d-000000500.pth
:I traced the problem and found the code breaks around the following lines:
STPLS3D/HAIS/model/hais/hais.py
Line 306 in 8b83424
Could you have some suggestions? Looking forwarding to your reply!
The text was updated successfully, but these errors were encountered: