LiyaoTang / ERDA

All Points Matter: Entropy-Regularized Distribution Alignment for Weakly-supervised 3D Segmentation (NeurIPS 2023)
MIT License
22 stars 1 forks source link

Error when running code #2

Closed mooncakehub closed 9 months ago

mooncakehub commented 9 months ago

0a4356b9f32d41d6e32b3f40ffbfaf7

thank you for your excellent work.However,when I run this code: python main.py -c config/s3dis/randla_erda.yaml --gpus 2

Imet some error as you an see the picture

mooncakehub commented 9 months ago

and I try to run this code with a single gpu,I met the same Valueerror

LiyaoTang commented 9 months ago

Hi,

Thanks for your interest. From my side, it seems that your dataset is not properly loaded. Could you check if you have all the files in place and if there are processed / cached files?

You could specify --debug to have output on the terminal for better checking.

Best, Liyao

mooncakehub commented 9 months ago

thank you for your reply ,I have solved the error