Closed WangBingJian233 closed 9 months ago
These files are generated by superpixel or supervoxel segmentation. We didn't use these files in our code.
这些文件由超像素或超体素分割生成。我们没有在代码中使用这些文件。 You mean that classmap.json is not used in the whole project, so you don't need it, right? Because I found that the code generate_supervoxels.py, which generates hypervoxels, does not use the classmap.json file.
Yeah, as you may notice that we read supervoxel files (e.g., data/CHAOST/supervoxel_xx) directly in dataloader/datasets.py (Line 141~142).
Ok, thank you for your reply! I wish you all the best!
Dear author, thank you very much for your outstanding contribution. I don't understand the function of classmap.json file. It seems that this file is not used in the subsequent code. Could you explain its function? Thank you!