Pytorch/geometric pointsCNN

Hey, i can not run this model: https://github.com/rusty1s/pytorch_geometric/blob/master/benchmark/points/point_cnn.py

error: No module named ‘points.datasets’.

i have tried clone whole respritory, the problem exist till.

Your current work directory might not be in the expected folder, as the datasets.py file is locally available.
Make sure to execute the script from the parent folder.

i tried everything, set up right directory, the answer is still no. i can run dataset.py, but can not run models.

The point_cnn.py code runs on my machine after installing the benchmark module as explained in this issue you’ve created.

can you please send the code of
installing the benchmark Moduel?
i have already tried ```
$ pip install -e . and !python benchmark/setup.py install

Run python setup.py install or pip install -e . in the benchmark folder.

Solved by running!pip install benchmark/. -e . thanks