#include "pack.h"
Frame pack(const Frame& in_frame, const std::vector<BoundingBox>& bboxes) {
// TODO
return Frame(in_frame);
}