Can't find show_result_pyplot in mmdet.apis · Issue #10829...
visualizer = VISUALIZERS.build(model.cfg.visualizer) the dataset_meta is loaded from the checkpoint and then pass to the model in init_detector visualizer.dataset_meta = model.dataset_meta path to the image you want to test img = 'demo/demo.jpg' ...