romi / plant-3d-vision

Reconstruct a 3D digital twin of the plant from pictures (RGB images) and quantify its phyllotaxis.
https://docs.romi-project.eu/plant_imager/
GNU Lesser General Public License v3.0
6 stars 1 forks source link

Refactoring of 'set' metrics #193

Closed hanappe closed 3 years ago

hanappe commented 3 years ago

This is a refactoring of the set_metrics function (not used in the current code). It was converted into a class so it can provide an additional metric, the intersection-over-union. It can also be called several times in a sequence to accumulate the values of true positives, false positives, ... and to computer the mean intersection-over-union (mIoU).