-
https://github.com/StanfordVL/MinkowskiEngine/blob/7e116d819e03ad7abddbab48f1436497e2fc5fb4/examples/example.py#L30
I was getting an error at the line, seems like it's supposed to be `from common i…
-
Hi, all,
I had followed the installation steps (conda virtual environment), and installed MinkowskiEngine successfully. However, when I run `python examples/example.py`, I got the following error:
…
-
I found that ME provided ME.utils.sparse_quantize() to downsample a dense coord array in order to avoid duplications of coords.
But I prefer to preserve the original nums of points from a poindcloud.…
-
Hi,
When I run codes below
```python3
import MinkowskiEngine as ME, MinkowskiEngine.utils as ME_utils
import numpy as np
coords = np.random.rand(10000, 3) * 100
feats = np.random.rand(100…
nbgbn updated
5 years ago
-
-
https://pastebin.com/bKJYeFgT