VinAIResearch / ISBNet

ISBNet: a 3D Point Cloud Instance Segmentation Network with Instance-aware Sampling and Box-aware Dynamic Convolution (CVPR 2023)
Apache License 2.0
115 stars 23 forks source link

Issue in evaluating STLPS3D dataset #47

Open hibaalqaysi opened 9 months ago

hibaalqaysi commented 9 months ago

Hi,

I am trying to run the code for inference using STLPS3D, afte running bash prepare_data.sh and python3 tools/test.py ./configs/stpls3d/isbnet_stpls3d.yaml ./head_stpls3d_val.pth For some reason it counts it as a custom ds and redirect to custom.py which then complains that the dataset is empty. image

Any recommendation how to fix that?

Rurouni-z commented 8 months ago

if you dont have data in train dir, then i think your got wrong path, you should cd ISBNet/dataset/stpls3d then run .sh

or try to rename "val_250m" to "val"

otherwise i dont know how to solve