You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pcclassify.cpp
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ int main(int argc, char **argv) {
21
21
("u,unclassified", "Only classify points that are labeled as unclassified and leave the others untouched", cxxopts::value<bool>()->default_value("false"))
22
22
("s,skip", "Do not apply these classification labels (comma separated) and leave them as-is", cxxopts::value<std::vector<int>>())
23
23
("e,eval", "If the input point cloud is labeled, enable accuracy evaluation", cxxopts::value<bool>()->default_value("false"))
24
-
("eval-result", "Write evaluation results cloud to ply file", cxxopts::value<std::string>()->default_value(""))
25
24
("stats-file", "Write evaluation statistics to json file", cxxopts::value<std::string>()->default_value(""))
26
25
("h,help", "Print usage")
27
26
;
@@ -101,7 +100,6 @@ int main(int argc, char **argv) {
0 commit comments