-
No matter what I try, I'm always getting the following error importing sparseconvnet:
`[ImportError: SCN.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_…
-
when I "bash develop.sh"(SparseConvNet) . The problem following appeared:
(I run this in CUDA10.0,Ubuntu 16.04)
" " "
running develop
running egg_info
creating sparseconvnet.egg-info
writi…
-
I have encountered the following error while building the environment (fatal error: google/dense_hash_map: No such file or directory
#include ). I do not have sudo priviledge, so I tried to instal…
-
I am running into installation errors: `ImportError: /content/PointSite/sparseconvnet/SCN.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv`
It would be great if you could p…
-
I notice that the author @llijiang has changed "grad_output" to "grad_output.continuous()" in spconv's "functional.py" file. I am using SparseConvnet instead of spconv. Does anybody know what would be…
-
hello! thanks for provide this project, there are many problems when I running this project could you please give me more details about how to make this project work?
(base) xwx@server-bd2:~/deep…
-
Hi,
I've used the SparseConvNet in SECOND on a server for two months and everything is fine. But when I tried to install SparseConvNet in my laptop, the installation goes wrong.
I've installed Spar…
-
Recently I'm working on a project trying to use a SparseConvNet model in a robotic system.
On one hand I tried to convert this python model to a TorchScript file. This seems to be a little bit diff…
sjdsm updated
4 years ago
-
Hello, thanks a lot for this great work. I have a question for you. When I use it on an image where some pixels are 0, I use scn.DenseToSparse to convert it to sparse input format, but when I don't do…
-
running bdist_egg
running egg_info
creating sparseconvnet.egg-info
writing sparseconvnet.egg-info/PKG-INFO
writing dependency_links to sparseconvnet.egg-info/dependency_links.txt
writing top-leve…