Remove outdated TODO remark

This commit is contained in:
Juha Reunanen 2019-10-28 07:19:12 +02:00
parent 6025fa3ffd
commit 773d3dd81d
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ std::vector<truth_instance> 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
{