mirror of
https://github.com/wassname/PointCNN.git
synced 2026-08-21 11:11:07 +08:00
3 lines
169 B
Python
3 lines
169 B
Python
from PointCNN.core.model import XConv, PointCNN, RandPointCNN
|
|
from PointCNN.core.util_funcs import knn_indices_func_cpu, knn_indices_func_gpu, UFloatTensor, ULongTensor
|