yangyanli / PointCNN

PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
https://arxiv.org/abs/1801.07791
Other
1.36k stars 365 forks source link

Can't run the code #249

Open whuhxb opened 1 year ago

whuhxb commented 1 year ago

Hi @gar1t @yangyanli @ruslo @TSchattschneider @sdukaka

I have downloaded the datasets and unzip them, but I can't run the train code on modelnet, shapenetpart, and S3DIS datasets.

srun -p NV100q -n 1 -w node08 ./train_val_modelnet.sh -g 0 -x modelnet_x3_l4 Train/Val with setting modelnet_x3_l4 on GPU 0!

srun -p NV100q -n 1 -w node08 ./train_val_shapenet.sh -g 0 -x shapenet_x8_2048_fps Train/Val with setting shapenet_x8_2048_fps on GPU 0!

srun -p PV100q -n 1 -w node09 ./train_val_s3dis.sh -g 2 -x s3dis_x8_2048_fps -a 1 Train/Val with setting s3dis_x8_2048_fps on GPU 2 for Area 1!

No training results outputs, but just one line command. The code can't run train_val_seg.py, and I don't know why. Thanks a lot.

coolWtf commented 2 months ago

I also encountered the same problem, I would like to ask if you have solved it.