-
Hi, Qingyong. I really like your work, and with more digging into the tester code, I noticed that there is a `try`, `exception` syntax in all three testers, can you help me understand why sometime the…
-
In https://storage.googleapis.com/open3d-releases/model-zoo/model_weights.txt is a small mistake:
The file:
`randlanet_semantickitti_202009090354utc.zip `
does not exist, I think
`randlanet_se…
-
Hi, thanks for the nice work.
I currently want to perform a test on semanticKITTI. How is the 'pose' in the npz file defined and obtained?
For example, I downloaded the complete tar archive, and loa…
-
Where do the values fov_up=3, fov_down=-25 and img_means and img_stds in arch_cfg.yaml file come from?
Since I currently have a model applied to the SemanticKitti dataset that uses these values and …
-
Hello, I'm a participant of "SemanticKitti: Semantic segmentation".
I submitted the test result four times in codalab website, however the status of those submissions are stuck on "Submitting" for 2 …
-
Thank you very much for your work.
When I apply data augmentation to another model using semantickitti, which module(file) should I use?
I am sorry. The paper says that it is easy to incorporate int…
-
Hi!
Thanks for sharing your code! That's awesome!
I encountered a compatibility issue while running the code.
I got a RTX30 series card so I ran `conda install pytorch torchvision torchaudio c…
-
I have been trying to visualize my own pointcloud sequence data, using the `open3d._ml3d.vis.visualize.Visualizer`in **Linux**. I am using pip installed open3d in python=3.8, ubuntu 18.04.
I imple…
-
I ran some of the README.md example code using the KITTI dataset and noticed that the labels are wrong. I noticed this too with my custom dataset.
```
import open3d.ml as _ml3d
import open3d.ml.…
-
Hello,
- My aim to run inference without retraining
- I am running on Intel CPU (i.e. no GPU)
- I am using the pre-trained model provided in this repo.
- I got the complete datasets from Seman…