Commit 7b9e4bf0 authored by Davis King's avatar Davis King

Fixed a bug in the IDL converter.

parent 04eaae25
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment