-
I managed to create a docker environment with `nvidia/cuda:10.2-cudnn7-devel-ubuntu16.04`
but the default gcc is gcc-5, I added the following command in Dockerfile:
```sh
RUN apt-get update -y …
-
https://mp.weixin.qq.com/s/wwJ1cVoMpsqqWwpbrv5JCQ
ixxmu updated
2 years ago
-
I encountered the fatal error when installing Kaolin using Anaconda. Everything work out just fine and ninja successfully built all the .obj files, but then the following error emerged:
```
正在创建库 C:…
-
Hello,
Thanks for the nice work!
I have a question regarding the weights of Minkowski interpolation function.
Consider a situation where I want to query a point q (in 2dimensional), with a spa…
-
On Ubuntu 20.04.2 with Python 3.8.10, after installing via conda
```
The following NEW packages will be INSTALLED:
pyabel conda-forge/linux-64::pyabel-0.8.3-py38h8790de6_0
```
any…
-
I don't have a specific implementation in mind, but the following usage is really common:
```julia
cv_x = channelview(x)
cv_y = channelview(y)
cv_z = foo(cv_x, cv_y)
z = colorview(colortype(elt…
-
!pip install pyvistaqt
!sudo apt-get install build-essential python3-dev libopenblas-dev -y
!pip install -U git+https://github.com/NVIDIA/MinkowskiEngine --no-deps
![1](https://user-images.…
-
Hi,
Thanks for the amazing library.
My use case is that I'm using res-unet type of architecture, on moderately small point clouds, and I want to compute features using my architecture for all th…
-
Running
`model = PretainedRegistry.from_pretrained("minkowski-registration-3dmatch").cuda()`
as recommended gives the error
` 'NoneType' object is not callable`
Maybe I am doing something wro…
-
See check
```r
> checking for missing documentation entries ... WARNING
Undocumented code objects:
‘binomial_kernel’ ‘chebyshev_distance_kernel’ ‘distance_kernel’
‘euclidean_distance_ke…