Training error: ModuleNotFoundError: No module named 'pointnet2_ops'
husnejahan opened this issue · 2 comments
husnejahan commented
Hi
I am getting error during training. bash ./scripts/train.sh 0 --config ./cfgs/PCN_models/PoinTr.yaml --exp_name example
from pointnet2_ops import pointnet2_utils
ModuleNotFoundError: No module named 'pointnet2_ops'
I tried ti install:
pip install "git+git://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib"
Collecting pointnet2_ops
husnejahan commented
Hi,
I have solved by adding manually this repo in extensions folder then Run
python setup.py install --user manually under each dependency directory
ybhhdt commented
Thanks