Operationally, there's a use case for generating a template from a pile of images of the same person, obtained from different sources. Right now, the documentation for JaniceMediaIterator supports a single image or a video. Can we update JaniceMediaIterator to support multiple images (of different sizes) of the same person? That way, it'll be a single call to janice_enroll_from_media() rather than multiple calls to janice_io_create_media_iterator_from_image(), janice_detect(), then janice_enroll_from_detections().
Operationally, there's a use case for generating a template from a pile of images of the same person, obtained from different sources. Right now, the documentation for JaniceMediaIterator supports a single image or a video. Can we update JaniceMediaIterator to support multiple images (of different sizes) of the same person? That way, it'll be a single call to janice_enroll_from_media() rather than multiple calls to janice_io_create_media_iterator_from_image(), janice_detect(), then janice_enroll_from_detections().