Closed LZDSJTU closed 6 years ago
Hi,
the pointwise method was simply a random forest classifier trained from the same geometric features as the one computed in this repository by libply_c.compute_geof
.
The CRF methods are adapted from this repository (matlab wrappers only).
FYI these methods will massively underperform compared to superpoint graph or any modern approach of point cloud segmentation.
closing this this is not related to this repo.
In your paper: WEAKLY SUPERVISED SEGMENTATION-AIDED CLASSIFICATION OF URBAN SCENES FROM3D LIDAR POINT CLOUDS You mentioned that you implemented two other methods: pointwise and CRF regularization. Could you share the code? So I can compare the two methods. Thank you!