COCO Model mAP Eval
This commit is contained in:
parent
387f42af5c
commit
5b66234c72
|
@ -23,10 +23,3 @@ if __name__ == '__main__':
|
|||
# save results
|
||||
with open('coco_eval.txt', 'w') as f:
|
||||
f.write(str(cocoEval.stats))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -121,4 +121,3 @@ with open(coco_json_save, 'w') as f:
|
|||
json.dump(coco_json, f, indent=2)
|
||||
|
||||
print(len(coco_json['images']), len(coco_json['annotations']), len(coco_json['categories']), 'Done!')
|
||||
|
||||
|
|
|
@ -56,11 +56,3 @@ with open(os.path.join(coco_json_save), 'w') as f:
|
|||
json.dump(coco_json, f, indent=2)
|
||||
|
||||
print(len(coco_json), 'Done!')
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue