Four evaluations are implemented in Plant-3d-Vision
But only two are now accessible in Plant-3d-Explorer (opening the + menu on the top right handside and clicking on "Plant Evaluation"):
Segmented PointCloud Evaluation -> accessible (for Virtual plant only)
-Point cloud evaluation -> not accessible (for virtual plant only, a subfolder exists in the dataset)
-AnglesAndInternodesEvaluation -> not accessible (for virtual & real plants, a subfolder exists in the dataset)
Only static display should be ok for the moment.
Ideas to display the content:
-Point cloud evaluation: just a 2*2 table with fitness & inlier_rmse as row and their actual value
-AnglesAndInternodesEvaluation :
-dump the png plot
make a table with the first fields of the json results:
"reference sequence length": 15,
"test sequence length": 14,
"number chop start": 0,
"number chop end": 0,
"number tail start": 0,
"number tail end": 0,
"number of split events": 0,
"number of merge events": 0,
"missed events per split": [
0,
1
],
"added events per merge": [
1
],
"total number of missed events": 1,
"total number of added events": 1,
"total event errors": 2,
"total matched events": 10,
"sequence_0 mean difference": 0.13215593586038957,
"sequence_0 standard deviation": 0.5463764281096422,
"sequence_1 mean difference": 3.063516841026334,
"sequence_1 standard deviation": 1.9276274530734419
Four evaluations are implemented in Plant-3d-Vision But only two are now accessible in Plant-3d-Explorer (opening the + menu on the top right handside and clicking on "Plant Evaluation"):
Only static display should be ok for the moment. Ideas to display the content: -Point cloud evaluation: just a 2*2 table with fitness & inlier_rmse as row and their actual value
-AnglesAndInternodesEvaluation : -dump the png plot