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.
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.
Any recommendation how to fix that?