Shayan.Nikoo

Results 6 comments of Shayan.Nikoo

Thanks to @w3ichen I had the same problem on Mac M1. When I'm enumerating the indices which are returned from a KDTree, I get the error.: `[k, idx, _] =...

Any plan on supporting and visualizing point clouds?

On which S3DIS dataset are you running the training? The original Kp-Conv uses not-aligned version `Stanford3dDataset_v1.2.zip`, see here: https://github.com/HuguesTHOMAS/KPConv-PyTorch/blob/master/doc/scene_segmentation_guide.md When you say it has 10% fluctuation, then what is your...

This worked for me. If you are using local files either of the below solutions should work. Add this before `mlflow.start_run()` in your code. ```python import mlflow # Set the...

Try this: it can be because of multiprocessing problems. Try to add num_workers: 0 and pin_memory: false to the configs/randlanet_s3dis.yml file in the pipeline section. It solved it for me.

This can be because of multiprocessing problems. Try to add `num_workers: 0` and `pin_memory: false` to the `configs/randlanet_s3dis.yml` file in the **pipeline** section. It solved it for me.