centernet-pytorch icon indicating copy to clipboard operation
centernet-pytorch copied to clipboard

请问如何输出mAP_75和mAP_90

Open PhenixFeather opened this issue 1 year ago • 2 comments

如题,请大佬指教

PhenixFeather avatar Mar 14 '23 08:03 PhenixFeather

callbacks.py中 try: temp_map = get_coco_map(class_names = self.class_names, path = self.map_out_path)[1] except: temp_map = get_map(self.MINOVERLAP, False, path = self.map_out_path) 改为 temp_map = get_coco_map(class_names = self.class_names, path = self.map_out_path)[1] temp_map = get_map(self.MINOVERLAP, False, path = self.map_out_path)

bukeN1 avatar May 06 '23 14:05 bukeN1

额0 0,你看注释有写

bubbliiiing avatar May 07 '23 14:05 bubbliiiing