show packed frame

This commit is contained in:
Fabien Freling 2022-02-13 23:41:08 +01:00
parent d7a54361f5
commit a2f07920c7
5 changed files with 136 additions and 24 deletions

View file

@ -2,5 +2,5 @@
Frame pack(const Frame& in_frame, const std::vector<BoundingBox>& bboxes) {
// TODO
return Frame(1, 1);
return Frame(in_frame);
}