aRI0U / RandLA-Net-pytorch

PyTorch implementation of RandLA-Net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For semantic3D dataset, how to generate classes.json?

StiphyJay opened this issue · comments

Thanks for your great job. When I want to train our model in Semantic3D dataset, there have a classes.json file in dataroot. But how to generate classes.json file? I didn't have an idea.

Looking forward to your reply!
Thanks!

In subsample_data.py, there have a LABELS_PATH to indicate the classes.json path, but the code didn't use this variable.