Open anhlbt opened 5 years ago
i change from (in main.py): if config.labels_to_names[label] not in curr_label_list:
to: if config.labels_to_names[label] in curr_label_list:
i change from (in main.py): if config.labels_to_names[label] not in curr_label_list:
to: if config.labels_to_names[label] in curr_label_list: