pub fn load_others(
root_folder: &str,
tag_detector: &TagDetector,
board: &Board,
start_idx: usize,
step: usize,
cam_num: usize,
recording_option: Option<&RecordingStream>,
) -> Vec<Vec<Option<FrameFeature>>>
pub fn load_others(
root_folder: &str,
tag_detector: &TagDetector,
board: &Board,
start_idx: usize,
step: usize,
cam_num: usize,
recording_option: Option<&RecordingStream>,
) -> Vec<Vec<Option<FrameFeature>>>