diff --git a/examples/dnn_instance_segmentation_train_ex.cpp b/examples/dnn_instance_segmentation_train_ex.cpp index 89ab5705c..a7e8beb8d 100644 --- a/examples/dnn_instance_segmentation_train_ex.cpp +++ b/examples/dnn_instance_segmentation_train_ex.cpp @@ -116,7 +116,6 @@ std::vector rgb_label_images_to_truth_instances( // Encountered a new instance result_map[rgb_instance_label] = rectangle(c, r, c, r); result_map[rgb_instance_label].label = voc2012_class.classlabel; - // TODO: read the instance's class from the other png! } else {