[pdal-commits] [PDAL/PDAL] 859cde: Add EvalKernel
chambbj
noreply at github.com
Mon Apr 19 08:58:05 PDT 2021
Branch: refs/heads/add-eval-kernel
Home: https://github.com/PDAL/PDAL
Commit: 859cdecc2fc1fb9e4d1303ca4a2517030ae59991
https://github.com/PDAL/PDAL/commit/859cdecc2fc1fb9e4d1303ca4a2517030ae59991
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M doc/apps/chamfer.rst
A doc/apps/eval.rst
M doc/apps/hausdorff.rst
A kernels/EvalKernel.cpp
A kernels/EvalKernel.hpp
Log Message:
-----------
Add EvalKernel
Adds pdal application/subcommand to print a classification report when
given two input point clouds, one with predicted labels, another with
truth.
Contains a minor edit in Chamfer and Hausdorff kernel documentation,
where positional arguments were described as non-positional.
Commit: fc1cb533475e0d77db8174fc50501efd8d2c2788
https://github.com/PDAL/PDAL/commit/fc1cb533475e0d77db8174fc50501efd8d2c2788
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M kernels/EvalKernel.cpp
M kernels/EvalKernel.hpp
Log Message:
-----------
Address PR comments, provide ability to specify truth/prediction label
dimensions
Commit: 76884a047f73e2c993b6b574296839f8e0ed96b3
https://github.com/PDAL/PDAL/commit/76884a047f73e2c993b6b574296839f8e0ed96b3
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M doc/apps/eval.rst
Log Message:
-----------
Addressing more PR comments about docs
Compare: https://github.com/PDAL/PDAL/compare/904d5eb35c5a...76884a047f73
More information about the pdal-commits
mailing list