Visualize multi-class localization (such as Pascal-07).
BK = BLOCK_VISMULTI() Initializes the block with the default options.
BK = BLOCK_VISMULTI(BK) Executes the block with options and inputs BK.
Required input:
- db
The database.
- prediction
The output of the localization classifier.
Fetchable attributes:
- report
A structure containing a report on the results which has fields: pixelscorrect: The total percent of pixels which are correct. accuracies: The pixel accuracies for each category. accuracies_int: The intersection-union for each category. avgacc: The average of the class accuracies. avgacc_int: The average of the intersection-union
accuracies.
conf: The full confusion matrix. cat_names: Category names used.