SYMBOL INDEX (41 symbols across 12 files) FILE: combine.py function process (line 6) | def process(input_folder, args): FILE: download_data.py class DownloadProcessedData (line 12) | class DownloadProcessedData: method main (line 18) | def main(self): FILE: parse_outputs.py function parse_metrics (line 5) | def parse_metrics(metrics_path): function find_and_parse_directories_containing_splatting_metrics (line 9) | def find_and_parse_directories_containing_splatting_metrics(root_dir): FILE: process_deblur_nerf_inputs.py function process (line 10) | def process(input_folder, args, pass_no=1): FILE: process_sai_custom.py function ensure_exposure_time (line 12) | def ensure_exposure_time(target, input_folder): function process (line 33) | def process(args): FILE: process_sai_inputs.py function process_subfolders (line 19) | def process_subfolders(spec, output_folder, method='sai', only_this_case... FILE: process_synthetic_inputs.py function rotation_matrix_to_rotvec (line 13) | def rotation_matrix_to_rotvec(R): function quaternion_to_rotation_matrix (line 18) | def quaternion_to_rotation_matrix(q_wxyz): function deterministic_uniform_rand_generator (line 26) | def deterministic_uniform_rand_generator(seed=1000): function process (line 44) | def process(data_path, target, noisy_poses=False, noisy_intrinsics=False): function point_cloud_to_ply (line 203) | def point_cloud_to_ply(xyzrgbs, out_fn): function triangulate_point (line 221) | def triangulate_point(o1, d1, o2, d2): function reproject_point (line 230) | def reproject_point(p, c2w, intrinsics): function reprojection_error (line 240) | def reprojection_error(p_reproj, p_orig): function triangulate (line 244) | def triangulate(points1, points2, c2w_i, c2w_j, matches, intrinsics, rep... function generate_seed_points_match_and_triangulate (line 285) | def generate_seed_points_match_and_triangulate(target, visualize=False, ... function process_dataset_folder (line 384) | def process_dataset_folder( FILE: render_model.py function save_img (line 21) | def save_img(image, image_path, verbose=True) -> None: function save_depth (line 48) | def save_depth(depth, depth_path, verbose=True, scale_factor=SCALE_FACTO... function save_outputs_helper (line 71) | def save_outputs_helper( class RenderModel (line 150) | class RenderModel: method main (line 162) | def main(self): FILE: render_video.py class SplineInterpolator (line 7) | class SplineInterpolator: method __init__ (line 8) | def __init__(self, target, frames_per_transition): method push (line 17) | def push(self, frame): method finish (line 26) | def finish(self): function look_at (line 62) | def look_at(cam_pos, cam_target, up_dir=np.array([0, 0, 1])): function get_original_length_seconds (line 74) | def get_original_length_seconds(raw_input_data_jsonl): function add_velocities (line 85) | def add_velocities(camera_path, loop=False): function process (line 117) | def process(out_folder, args): FILE: run_colmap.py function process (line 8) | def process(input_folder, args): FILE: train.py function print_cmd (line 26) | def print_cmd(cmd): function flags_to_variant_name_and_cmd (line 29) | def flags_to_variant_name_and_cmd(args): function evaluate (line 78) | def evaluate(output_folder, elapsed_time, dry_run=False, render_images=T... function process (line 111) | def process(input_folder, args): function find_config_path (line 203) | def find_config_path(output_folder): function add_velocity_opt_variants (line 216) | def add_velocity_opt_variants(variants, dataset): FILE: train_eval_split_by_blur_score.py function process (line 6) | def process(input_folder, output_prefix, args):