xiaoaoran / FPS-Net

Code for "FPS-Net: A convolutional fusion network for large-scale LiDAR point cloud segmentation".
MIT License
21 stars 6 forks source link

Is KNN only for test? #8

Open hxm91 opened 1 week ago

hxm91 commented 1 week ago

In the given code, segmentator.py uses CRF. This means that crf is used for training but knn is used for validation, is that right?