LABEL_MAP DICT = LABEL_MAP_UTIL.GET_LABEL_MAP_DICT (LABEL_MAP)

label_map_dict = label_map_util.get_label_map_dict(args.labels_path)
Cautious Cod