kaolin-wisp
kaolin-wisp copied to clipboard
How to run it on WSL?
I prepared and compiled everything but it triggers errors when trying to load it under wsl. It starts loading the dataset (i'm trying with the default fox) but then it stops
Hi Francesco,
Thanks for your interest in kaolin-wisp!
We haven't tested on WSL but would love to try to help out. Can you send us more detailed error messages if there are any?
Hi @francescofugazzi , are you using --dataset-num-workers
? If yes there can be some issues with multiprocessing on container if you don't set IPC to be shared from host.
hi @Caenorst I left the WSL path and I directly set and Ubuntu environment for trying this It still doesn't work to me :( I tried with some instant-ngp datasets but it always get killed
2022-08-23 16:23:03,118| INFO| Position Embed Dim: 63
2022-08-23 16:23:03,119| INFO| View Embed Dim: 27
loading data: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 59/59 [00:02<00:00, 21.09it/s]
2022-08-23 16:23:06,144| INFO| WARNING: The dataset expects distortion correction, but the current implementation does not handle this.
/home/franzipol/anaconda3/envs/kaolin/lib/python3.8/site-packages/torch/functional.py:478: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /opt/conda/conda-bld/pytorch_1659484683044/work/aten/src/ATen/native/TensorShape.cpp:2894.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
Killed
@francescofugazzi can I have a little bit more info about your system? Ubuntu version, Pytorch version, python version, GPU, RAM quantity, CUDA version, drivers version?
Ububtu 20.04 Pytorch 1.12 Python 3.8 RTX 3070 mobile with 8GB Vram CUDA 11.6 I don't have the driver version available as right now i'm onto another system but i think they were the latest available Everything was a fresh install
@francescofugazzi can you open a new issue? it will help other people to search whenever they have similar issue (I suspect an OOM)
WSL support have been fixed with #105