-
I'm running now your code with no modifications. Just using CPU to do some tests and I get the following:
First I get this error if I set the device to CPU:
```
root@f125ceb56018:/working_dir# …
-
It looks like version 1.1 is not compatible with SPVNAS (Version 1.0 worked). Starting at line "model = model.determinize()" in `model_zoo.py` I get the following error:
`RuntimeError: running_mean s…
-
Hi,thanks for your great wok! I think your work is excellent!
![f38aa69d4a4cfd1587bb202649b1f3f](https://user-images.githubusercontent.com/40291722/85379227-1ca7a400-b56e-11ea-8695-3f08e65bcd67.png)
…
-
@xinge008 Thank you so much for sharing the code.
I am currently implementing your code repeatedly. Due to the limitation of 2080Ti, the memory during training is not enough and the batch size can …
-
I use the e3d.ipynb from the tutorial folder. I get the following error when importing SPVNAS model to run inference:
`model = spvnas_specialized('SemanticKITTI_val_SPVNAS@65GMACs').to(device)`
`Run…
-
Hello,
I was wondering if the OXTS/GPS data are available for the specific frames used by Semantic KITTI ? I would be interested in comparing KITTI-360 and SemanticKITTI road taken.
Have a great…
-
When I download RandLA-Net (tf) from [Model Zoo's](https://github.com/intel-isl/Open3D-ML/blob/master/model_zoo.md), I get an error.
- https://storage.googleapis.com/open3d-releases/model-zoo/randla…
-
Hey,
nice work. The results for the SemanticKITTI datasets are looking very promising.
I wanted to play around with your network approach and faced the problem:
"not enough values to unpack (expe…
-
Hi, @QingyongHu ,
Could you help to answer the following questions about "possibility" and "min_possibility' used in file "main_SemanticKITTI.py"?
Q1. What's the usage for [variable](https://git…
-
Hi!
Thank you for your nice implementation of RandLA-Net in Pytorch.
I found that the function : load_pc_kitti only makes use of x,y and z of each velodyne scan while ignoring the intensity. To …