Xiaoyang Wu
Xiaoyang Wu
Hi, add a parameter to GridSampling augmentation: `keys=("coord", "color", "segment")`. (Default parameter contain normal in this list)
Hi, roll back to the v1.5.1 tag (https://github.com/Pointcept/Pointcept/releases/tag/v1.5.1).
Hi, model weights can be downloaded on the hugging face page and run with the code tag with v1.5.1. Re-train model weights for the new structure will cost lots of...
Hi, I am still on holiday and I will try my best to release all left configs before Feb 2024. But I have already noted your request, I will release...
What kind of conflict did you encounter?
> @Gofinge is there an issue from my side? Could you provide the details log not just the error message? I can check the config and setting.
Hay, it is already available here (https://huggingface.co/Pointcept/PointTransformerV3), I will try my best to update Pointcept today. (A bit lazy during the weekend :) )
> he test, the process gets stuck, and no error is reported, Sorry, I am also don't know about the reason. Maybe you can try to run it with a...
目前我们没有实现End to End的自动化脚本,需要手动的去写一下。分类是没法可视化的,分割的话就是把预测的标签映射到一个颜色,然后保存为PLY,最后用MeshLab打开去看。
If you mean the point cloud you need to handle contains a huge number of points, I think subsampling it during preprocessing is a good choice. I think 10M is...