isl-org / isl-org/Open3D-ML

Mismatch between labels and pointcloud when visualizing a custom dataset GT

Open
#461 5 comments 0 reactions 1 assignee Claimed by @sanskar107 View on GitHub
Dominant language
Python
Stars
2.3k
Forks
365
Avg merge
4h 6m
Merged PRs (30d)
1

Description

I was trying to visualize the ground truth of a sementic segmentation dataset named Rellis-3D and encounted some problems:

I modified the following files according to theirs Semantic KITTI version:

> ml3d/datasets/rellis.py
> ml3d/vis/labellut.py
> ml3d/datasets/_resources/rellis.yaml
> ml3d/datasets/utils/rellis.yaml
> ml3d/datasets/__init__.py
> ml3d/configs/default_cfgs/rellis.yml

I think these files was customized properly, but in the visualizer, the labels and pointcloud were mismatched, for example, as the Figure shows: only "grass" and "fence" was visible, but I got pointcloud of "grass" and "person";
![2022-01-12 21-03-46屏幕截图](https://user-images.githubusercontent.com/56418025/149147901-14aa6660-eb8c-4fc5-aedc-e2d6c420b8ae.png)

however, when i test the Semantic KITTI dataset, it works well.

Any help is greatly appreciated, thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.