ucas-vg / TOV_mmdetection

Include mmdetection version of TinyBenchmark. Official link.
https://github.com/ucas-vg/TinyBenchmark
Apache License 2.0
34 stars 2 forks source link

Could you please tell me how to get the./exp/latest_result.json by myself? #12

Closed JustWeZero closed 3 years ago

JustWeZero commented 3 years ago

In my understand,the json file was created at every epoch end,with running evaluation.the format like this: {"image_id": 794, "bbox": [1493.8309326171875, 1502.0306396484375, 49.6331787109375, 63.1834716796875], "score": 0.9902538657188416, "category_id": 1} but when I run with tools/test.py by myself,the json file I got like this: [1493.8309326171875, 1502.0306396484375, 1543.464111328125, 1565.214111328125, 0.9902538657188416] what I want to know is,what should I do to get the json file like latest_result.json with trained weights file?Much thanks.

JustWeZero commented 3 years ago

ok my fault.I understand where I am wrong.