HuguesTHOMAS / KPConv-PyTorch

Kernel Point Convolution implemented in PyTorch
MIT License
759 stars 153 forks source link

S3DIS Dataset #238

Open rayhathorn7 opened 8 months ago

rayhathorn7 commented 8 months ago

Hi, Hugues Thank you very much for your great codes. I have one question on implementation with the S3DIS datasets (on windows).

Firstly, I use visualization APP to render the "Area_5.ply" file in original_ply folder,I found there is no color. And I got a value error:"It seems this dataset only containes empty input spheres".

How can I solve this? redownload the S3DIS dataset?

rayhathorn7 commented 8 months ago

I've tried to set the condition https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/7255680ff05bdce1ba29d15a3f5ab272cb7de18d/datasets/S3DIS.py#L347