How can I save the inference results into json format? #3989
-
I think this code is for evaluation. I want to save the inference result for each image as json. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
inference_on_dataset will save in your output directory what are you looking for, it should be the "coco_instances_result.json" or something similar. |
Beta Was this translation helpful? Give feedback.
inference_on_dataset will save in your output directory what are you looking for, it should be the "coco_instances_result.json" or something similar.