Skip to content

Instantly share code, notes, and snippets.

@smathermather
Created December 7, 2018 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smathermather/447d1cbae1224a7dc06422e0c3571b30 to your computer and use it in GitHub Desktop.
Save smathermather/447d1cbae1224a7dc06422e0c3571b30 to your computer and use it in GitHub Desktop.
./example_ethz_random_forest

Generates the following output

Reading input
Generating features
Done in 1.36523 second(s)
Using ETHZ Random Forest Classifier
Training
Using 2447 inliers
Done in 0.292417 second(s)
Classification with graphcut done in 1.02534 second(s)
Precision, recall, F1 scores and IoU:
 * ground: 1 ; 1 ; 1 ; 1
 * vegetation: 1 ; 1 ; 1 ; 1
 * roof: 1 ; 1 ; 1 ; 1
Accuracy = 1
Mean F1 score = 1
Mean IoU = 1
All done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment