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