centernet-pytorch
centernet-pytorch copied to clipboard
请问如何输出mAP_75和mAP_90
如题,请大佬指教
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)
额0 0,你看注释有写