Skip to content

Commit

Permalink
Allowing for features (e.g. intensity) for semantickitti datasets. Ne…
Browse files Browse the repository at this point in the history
…eds in_channels >= 4 in config. (#665)

See #664.

Co-authored-by: john-philipp <>
  • Loading branch information
john-philipp authored Dec 31, 2024
1 parent be20d32 commit 4a0c974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml3d/datasets/semantickitti.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def get_data(self, idx):

data = {
'point': points[:, 0:3],
'feat': None,
'feat': points[:, 3:],
'label': labels,
}

Expand Down

0 comments on commit 4a0c974

Please sign in to comment.