lucarom

Results 4 comments of lucarom

Hi, I faced the same issue but was able to fix it, so maybe the information can help to find the source of the error for others. The error only...

Hi, I had the same problem and it was solved by exporting the library path of the current Conda environment : `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/`

You can define the in_features_dim in the config class, for example S3DIS uses 5 features and it's defined on line 146 : https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/435d117c1bb2f82d7030a669444b8f20976b7a6a/train_S3DIS.py#L144-L146

I changed the website link from readthedocs to the github readme directly for the moment.