mirror of https://github.com/davisking/dlib.git
Remove outdated TODO remark
This commit is contained in:
parent
6025fa3ffd
commit
773d3dd81d
|
@ -116,7 +116,6 @@ std::vector<truth_instance> rgb_label_images_to_truth_instances(
|
||||||
// Encountered a new instance
|
// Encountered a new instance
|
||||||
result_map[rgb_instance_label] = rectangle(c, r, c, r);
|
result_map[rgb_instance_label] = rectangle(c, r, c, r);
|
||||||
result_map[rgb_instance_label].label = voc2012_class.classlabel;
|
result_map[rgb_instance_label].label = voc2012_class.classlabel;
|
||||||
// TODO: read the instance's class from the other png!
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue