You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
great work! and i want to add a solution too.
if you get ModuleNotFoundError: No module named 'spconv'
you should cd lib/spconv/dist
and pip install spconv-xx
I met several problems when I tried to compile spconv.
List them below for someone encounters the same problem.
Environment:
Clone the file folder from here to lib/spconv/third_party/pybind11
Install the boost with following command:
In this case, it seems that the$INCLUDE_PATH$ is no need to specify manually.
Note: I reference from here and here
Find the nms.h and follow here
Other issue when compiling pointgroup_ops :
Check here
Update:
RuntimeError: CUDA error: invalid argument
uninstall pytorch and torchvision(install by pip)
Then, recompile the spconv and pointgroup_ops.
Other issues solving reference 1
Other issues solving reference 2
The text was updated successfully, but these errors were encountered: