From 619a95823475ccf15e4b76bffba3b61e190538a5 Mon Sep 17 00:00:00 2001 From: Shivraj Date: Mon, 18 Feb 2019 23:19:30 -0800 Subject: [PATCH] Added mapping file for class_id and Object --- mrcnn/mask_data/id_map.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mrcnn/mask_data/id_map.json diff --git a/mrcnn/mask_data/id_map.json b/mrcnn/mask_data/id_map.json new file mode 100644 index 0000000..cea80f9 --- /dev/null +++ b/mrcnn/mask_data/id_map.json @@ -0,0 +1,5 @@ +{ + "1": "bottles", + "2": "boxes", + "3": "bags" +}