Args: num_classes (int): total number of classes. class_names_path (str): path to json file that maps class names to ids. Must be in the format {classname: id}. top_k (int): number of top predicted classes to plot. colormap (st
(
self,
num_classes,
class_names_path,
top_k=1,
colormap="rainbow",
thres=0.7,
lower_thres=0.3,
common_class_names=None,
mode="top-k",
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected