uav4geo / OpenPointClass

Fast and memory efficient semantic segmentation of 3D point clouds. Runs on Windows, Mac and Linux.
GNU Affero General Public License v3.0
121 stars 17 forks source link

Prevents crashes on different CPU architectures #21

Closed HeDo88TH closed 1 year ago

HeDo88TH commented 1 year ago

From now on the releases are built with portable executables.

cmake -DWITH_GBT=ON -DPORTABLE_BUILD=ON .. && make -j$(nproc)