thangvubk / SoftGroup

[CVPR 2022 Oral] SoftGroup for Instance Segmentation on 3D Point Clouds
MIT License
346 stars 81 forks source link

S3DIS_validaton and testing error #148

Open aritra-pal opened 1 year ago

aritra-pal commented 1 year ago

I could train the model with the S3DIS dataset. However, for validation and testing, I am facing this error. python tools/test.py configs/softgroup_s3dis_fold5.yaml work_dirs/softgroup_s3dis_fold5/latest.pth --out results This is the code I am using for testing. Please help!

Thir error is only occurring while using the softgroup_s3dis_fold5.yaml config not in the case of softgroup_s3dis_backbone_fold5.yaml

image

Lizhinwafu commented 1 year ago

I could train the model with the S3DIS dataset. However, for validation and testing, I am facing this error. python tools/test.py configs/softgroup_s3dis_fold5.yaml work_dirs/softgroup_s3dis_fold5/latest.pth --out results This is the code I am using for testing. Please help!

Thir error is only occurring while using the softgroup_s3dis_fold5.yaml config not in the case of softgroup_s3dis_backbone_fold5.yaml

image

How to visualization? Can you give an example?

hj2532006916 commented 1 year ago

I have meet the same problem !Have you resolve it ?

trandangtrungduc commented 1 year ago

I resolved this issue by inserting a new line mask_inds = mask_inds.cpu()before line cur_proposals_idx = proposals_idx[mask_inds].long().

ImaneTopo commented 3 months ago

@trandangtrungduc how did achieve validation on s3dis. For me, the traning was done, but in the validation phase, I face an erreor because the dict res were imcomplete due to the absence of pred_instances and gt_instances. here's the error that I encountered : Capture11