mirror of https://github.com/davisking/dlib.git
Fixed a bug in the IDL converter.
This commit is contained in:
parent
04eaae25e0
commit
7b9e4bf058
|
@ -142,6 +142,7 @@ namespace
|
|||
b.rect = rectangle(p1,p2);
|
||||
b.label = label;
|
||||
img.boxes.push_back(b);
|
||||
saw_any_points = false;
|
||||
}
|
||||
data.images.push_back(img);
|
||||
|
||||
|
|
Loading…
Reference in New Issue