public COCOKeyPointsMetric(COCODetection dataset, string save_prefix, bool use_time = true, bool cleanup = false, float score_thresh = 0.05f, Shape data_shape = null, string[] output_names = null) : base("COCOMeanAP", output_names)
 {
     throw new NotImplementedException();
 }
 public COCODetectionMetric(COCODetection dataset, string save_prefix, bool use_time = true, bool cleanup = false, float score_thresh = 0.05f, Shape data_shape = null, Func <int, int, int, int, int[]> post_affine = null, string output_name = null, string label_name = null, bool has_global_stats = false) : base("COCOMeanAP", output_name, label_name, has_global_stats)
 {
     throw new NotImplementedException();
 }