wangzhe0623 / Object-Detection-Evaluation-Tool

Object Detection Evaluation Tools
60 stars 9 forks source link

sample #7

Open dongdongqiangcsust opened 1 year ago

dongdongqiangcsust commented 1 year ago

大佬,例子是两个文件夹的大小不等 然后我删的只剩两个文件夹。算出来都是0 怎么回事呢 Processing label: Person class Person Ap: 0 class Person precision: [] class Person recall: [] FPPW: inf FPPI inf Processing label: Vehicle class Vehicle Ap: 0 class Vehicle precision: [] class Vehicle recall: [] FPPW: inf FPPI inf Processing label: Dryer class Dryer Ap: 0 class Dryer precision: [] class Dryer recall: [] FPPW: inf FPPI inf mAp: 0.0

dongdongqiangcsust commented 1 year ago

self.get_tp_fp(gt_path, prediction_path, groundtruths, predictions, semantic_label, file_format)应该写成 self.get_tp_fp(gt_path, prediction_path, groundtruths, predictions, label, file_format)