↓ 13 callersFunctionread_next_bytesRead and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
sfm/colmap_utils/read_write_model.py:74
↓ 4 callersMethodadd_image(self, name, camera_id,
prior_q=np.zeros(4), prior_t=np.zeros(3), image_id=None)
sfm/colmap_utils/database.py:173
↓ 2 callersMethodadd_camera(self, model, width, height, params,
prior_focal_length=False, camera_id=None)
sfm/colmap_utils/database.py:164
↓ 2 callersFunctionmain_connect_point_trajectories(flow_dir, traj_dir, sample_ratio=2, flow_check_thres=1.0, traj_min_len=3, skip_path_consistency=False, skip_e
point_trajectory/main_connect_point_trajectories.py:27
↓ 2 callersFunctionmain_motion_segmentation(image_dir, depth_dir, traj_dir, output_traj_dir, config_file=None, window_size=10, traj_max_num=100000, skip_
motion_seg/main_motion_segmentation.py:33