Xiaoyang Wu
Xiaoyang Wu
I think we can still feed these unlabelled point clouds into the network. For unlabeled points, set the label as -1 which will be ignored by default.
Hey, according to the code for object detection. It was based on openpcdet, and I didn't have time to clean the code. Drop me an email for the raw code...
Hi, normal convolution for dense images needs padding to prevent the drop of some pixels during convolution. However, for Submanifold Sparse Convolution we don't need padding.
Hi, sorry for the late response, I just recovered from the busy schedule for the CVPR project. It is a very old script I wrote a long time ago. I...
Hi, please run with a Linux environment
> 必须使用linux环境吗 I am not sure. Never try this on Windows.
Hi `feat_keys=("strength", ),` -> `feat_keys=("coord", "strength")`
It might be because the weight is from an old version of the codebase. I suggest training S3DIS again or using another shared weight trained on SemanticKITTI (I trained it...
Hi, you can refer to one of our processed data and arrange your data with a similar structure. https://huggingface.co/datasets/Pointcept/scannet-compressed
Hi, our serialisation strategy seems pretty suited to the Mamba model. Yet, my research interest now focuses on 3D representation learning and how to present a unified perception framework for...