MCPcopy Create free account

hub / github.com/JasonLSC/GSCodec_Studio / functions

Functions1,225 in github.com/JasonLSC/GSCodec_Studio

↓ 1 callersFunctionload_stats
(json_path: Path)
tools/dyn_bench/make_rd_table.py:61
↓ 1 callersFunctionload_stats
(json_path: Path)
tools/static_bench/make_rd_table.py:112
↓ 1 callersFunctionlog_transform
(x)
examples/helper/ges_tm/pre_process_gaussian.py:12
↓ 1 callersMethodlogicalorlist
(self, listoftensor)
gsplat/strategy/modified_stg.py:354
↓ 1 callersMethodlogicalorlist
(self, listoftensor)
gsplat/strategy/STG_Strategy.py:369
↓ 1 callersMethodlower_bound
(self, x)
gsplat/compression_simulation/entropy_model.py:384
↓ 1 callersFunctionlower_bound_bwd
(x: Tensor, bound: Tensor, grad_output: Tensor)
gsplat/compression_simulation/entropy_model.py:351
↓ 1 callersFunctionlower_bound_fwd
(x: Tensor, bound: Tensor)
gsplat/compression_simulation/entropy_model.py:347
↓ 1 callersFunctionmain
()
tools/make_highlight.py:140
↓ 1 callersFunctionmain
Command line interface for the script.
tools/summarize_rd_from_exps.py:293
↓ 1 callersFunctionmain
()
tools/merge_results.py:171
↓ 1 callersFunctionmain
()
tools/dyn_bench/make_rd_table.py:287
↓ 1 callersFunctionmain
Entry point for the CLI: parse args, load data, render/save the figure.
tools/dyn_bench/make_rd_curve.py:395
↓ 1 callersFunctionmain
()
tools/static_bench/make_rd_table.py:447
↓ 1 callersFunctionmain
()
tools/static_bench/make_rd_curve.py:460
↓ 1 callersFunctionmain
()
mpeg_gsc_utils/colmap_read_model.py:299
↓ 1 callersFunctionmain
(config: FramePrepConfig)
mpeg_gsc_utils/multiview_video_preprocess/gen_poses_bds_file.py:232
↓ 1 callersFunctionmain
(config: ConversionConfig)
mpeg_gsc_utils/multiview_video_preprocess/video_preprocess.py:84
↓ 1 callersFunctionmain
(config: ColmapProcessConfig)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:223
↓ 1 callersFunctionmain
Main function to process a scene and generate CSV.
scripts/main_track_vid/extract_metrics.py:153
↓ 1 callersFunctionmain
()
scripts/main_track_vid/merge_csv_to_excel.py:105
↓ 1 callersFunctionmain
Main function to process a scene and generate CSV.
scripts/1f_vid/extract_metrics.py:153
↓ 1 callersFunctionmain
()
scripts/1f_vid/merge_csv_to_excel.py:105
↓ 1 callersFunctionmain
(cfg: Config)
examples/simple_trainer_dyngs.py:1347
↓ 1 callersFunctionmain
(cfg: Config)
examples/simple_trainer_STG.py:1294
↓ 1 callersFunctionmain
(cfg: Config)
examples/simple_trainer_2dgs.py:953
↓ 1 callersMethodmain
(self)
examples/datasets/download_dataset.py:54
↓ 1 callersMethodmemory_manage
(self, step: int)
examples/simple_trainer_dyngs.py:822
↓ 1 callersMethodmemory_manage
(self, step: int)
examples/simple_trainer_STG.py:898
↓ 1 callersFunctionmerge_csv_files
Merge all scene CSV files in the root directory into one file. Args: root_dir: Root directory containing scene subdirectories
scripts/main_track_vid/merge_csv_to_excel.py:7
↓ 1 callersFunctionmerge_csv_files
Merge all scene CSV files in the root directory into one file. Args: root_dir: Root directory containing scene subdirectories
scripts/1f_vid/merge_csv_to_excel.py:7
↓ 1 callersFunctionmerge_summaries
(base_dir)
examples/benchmarks/mpeg/merge_summaries.py:5
↓ 1 callersFunctionminify
(basedir, factors=[], resolutions=[])
mpeg_gsc_utils/multiview_video_preprocess/gen_poses_bds_file.py:139
↓ 1 callersFunctionmortonEncode
(pos: torch.Tensor)
gsplat/compression/sort.py:66
↓ 1 callersFunctionnormalize_dataset_label
(raw_key: str)
tools/static_bench/make_rd_table.py:136
↓ 1 callersFunctionnormalize_variant_key
(method: str, variant_key: str, has_multiple: bool)
tools/static_bench/make_rd_table.py:149
↓ 1 callersFunctionnormalized_quat_to_rotmat
Convert normalized quaternion to rotation matrix. Args: quat: Normalized quaternion in wxyz convension. (..., 4) Returns: Ro
gsplat/utils.py:8
↓ 1 callersFunctionop_sigmoid
(x, k=100, x0=0.995)
gsplat/strategy/ops.py:376
↓ 1 callersFunctionoptimizer_fn
(key: str, v: Tensor)
gsplat/strategy/ops.py:119
↓ 1 callersMethodpad_attr_seq
(self, splats_videos: Dict[str, Tensor])
gsplat/compression/seq_hevc_compression.py:410
↓ 1 callersMethodpad_attr_seq
(self, splats_videos: Dict[str, Tensor])
gsplat/compression/yuv_compression.py:447
↓ 1 callersFunctionparam_fn
(name: str, p: Tensor)
gsplat/strategy/ops.py:116
↓ 1 callersFunctionparse_args
()
tools/make_highlight.py:108
↓ 1 callersFunctionparse_args
()
tools/merge_results.py:72
↓ 1 callersFunctionparse_args
()
tools/dyn_bench/make_rd_table.py:38
↓ 1 callersFunctionparse_args
Parse CLI arguments controlling input/output paths and render options. Returns ------- argparse.Namespace Parsed arguments includ
tools/dyn_bench/make_rd_curve.py:60
↓ 1 callersFunctionparse_args
()
tools/static_bench/make_rd_table.py:89
↓ 1 callersFunctionparse_args
()
tools/static_bench/make_rd_curve.py:123
↓ 1 callersFunctionparse_args
()
examples/gs_ply_process.py:250
↓ 1 callersFunctionparse_log_file
Parses a log file to extract metrics.
scripts/main_track_vid/extract_metrics.py:24
↓ 1 callersFunctionparse_log_file
Parses a log file to extract metrics.
scripts/1f_vid/extract_metrics.py:24
↓ 1 callersMethodpcc_compress
Entry for running pc anchor compression.
examples/compress_ply_sequence.py:491
↓ 1 callersMethodpcc_compress
Entry for running pc anchor compression.
examples/codec_ply_sequence.py:643
↓ 1 callersFunctionplot_grid
( results: OrderedDict, metric_keys: List[str], styles: Dict[str, Tuple[str, str, str]], metho
tools/static_bench/make_rd_curve.py:229
↓ 1 callersFunctionplot_rd_curves
Draw the RD figure containing one subplot per metric and save/display it. Parameters ---------- results : OrderedDict[str, OrderedDict[st
tools/dyn_bench/make_rd_curve.py:239
↓ 1 callersFunctionpoints_to_poses
Converts from (position, lookat, up) format to pose matrices.
examples/datasets/traj.py:235
↓ 1 callersFunctionposes_to_points
Converts from pose matrices to (position, lookat, up) format.
examples/datasets/traj.py:228
↓ 1 callersFunctionposetow2c_matrcs
(poses)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:13
↓ 1 callersMethodpost_quantization_inverse_transform
(self, splats: TensorDict)
gsplat/compression/post_training/components/preprocessor.py:24
↓ 1 callersFunctionpostprocess_gs_ply
Postprocess the GS PLY file. Args: ply_path: The path to the GS PLY file. metadata_path: The path to the metadata file for d
examples/gs_ply_process.py:102
↓ 1 callersMethodpre_quantization_transform
(self, splats: TensorDict)
gsplat/compression/post_training/components/preprocessor.py:14
↓ 1 callersFunctionprepare_presets
Return deep-copied presets with overrides applied.
cfg_sys/config_manager.py:197
↓ 1 callersFunctionprepare_styles
Assign plotting styles (color, marker) for every method label. Parameters ---------- methods : Iterable[str] Sequence of method n
tools/dyn_bench/make_rd_curve.py:123
↓ 1 callersFunctionprepare_styles
(methods: Iterable[str])
tools/static_bench/make_rd_curve.py:173
↓ 1 callersFunctionpreprocess_gs_ply
Preprocess the GS PLY file. Args: ply_path: The path to the GS PLY file. metadata_path: The path to the metadata file.
examples/gs_ply_process.py:66
↓ 1 callersFunctionprocess_rate_point
Process a single rate point directory containing multiple scenes. Args: rate_point_path: Path to the rate point directory
tools/summarize_rd_from_exps.py:227
↓ 1 callersFunctionprocess_scene
Process a single scene directory to extract metrics and memory usage. Args: scene_path: Path to the scene directory scen
tools/summarize_rd_from_exps.py:159
↓ 1 callersMethodprune
(self, splats: TensorDict)
gsplat/compression/post_training/components/pruner.py:17
↓ 1 callersMethodquantize_field
( self, tensor: torch.Tensor, config: QuantFieldConfig )
gsplat/compression/post_training/components/quant/scalar.py:71
↓ 1 callersFunctionquantize_opacity
(opacity, b_op)
examples/helper/ges_tm/pre_process_gaussian.py:31
↓ 1 callersFunctionquantize_positions
(coords, b_pos, meta_dir)
examples/helper/ges_tm/pre_process_gaussian.py:6
↓ 1 callersFunctionquantize_rot
(rot, b_s)
examples/helper/ges_tm/pre_process_gaussian.py:58
↓ 1 callersFunctionquantize_scale
(scale, b_s)
examples/helper/ges_tm/pre_process_gaussian.py:47
↓ 1 callersFunctionquantize_tensor
( tensor: torch.Tensor, config: QuantFieldConfig )
gsplat/compression/post_training/components/quant/scalar.py:12
↓ 1 callersFunctionquantize_tensor
( tensor: torch.Tensor, config: QuantFieldConfig )
gsplat/compression/post_training/components/quant/vector.py:13
↓ 1 callersFunctionqvec2rotmat
(qvec)
mpeg_gsc_utils/colmap_read_model.py:272
↓ 1 callersFunctionqvec2rotmat
(qvec)
examples/simple_viewer_dyn.py:29
↓ 1 callersMethodqvec2rotmat
(self)
mpeg_gsc_utils/colmap_read_model.py:49
↓ 1 callersFunctionrasterization_2dgs
Rasterize a set of 2D Gaussians (N) to a batch of image planes (C). This function supports a handful of features, similar to the :func:`rasteriza
gsplat/rendering.py:1002
↓ 1 callersFunctionrasterization_2dgs_inria_wrapper
Wrapper for 2DGS's rasterization backend which is based on Inria's backend. Install the 2DGS rasterization backend from https://github.co
gsplat/rendering.py:1324
↓ 1 callersFunctionrasterize_splats
( cfg, # Added cfg to match the original function, assuming it's available in the class camtow
examples/gs_ply_process.py:125
↓ 1 callersMethodrasterize_splats
( self, camtoworlds: Tensor, Ks: Tensor, width: int, height: int,
examples/compress_ply_sequence.py:578
↓ 1 callersMethodrasterize_splats
( self, camtoworlds: Tensor, Ks: Tensor, width: int, height: int,
examples/codec_ply_sequence.py:723
↓ 1 callersFunctionrasterize_to_indices_in_range
Rasterizes a batch of Gaussians to images but only returns the indices. .. note:: This function supports iterative rasterization, in whi
gsplat/cuda/_wrapper.py:572
↓ 1 callersFunctionrasterize_to_indices_in_range_2dgs
Rasterizes a batch of Gaussians to images but only returns the indices. .. note:: This function supports iterative rasterization, in whi
gsplat/cuda/_wrapper.py:1752
↓ 1 callersFunctionreadColmapCamerasImmersive
(cam_extrinsics, cam_intrinsics, images_folder, near, far, startime=0, duration=50)
examples/helper/STG/dataset_readers.py:352
↓ 1 callersFunctionreadColmapCamerasImmersiveTestonly
(cam_extrinsics, cam_intrinsics, images_folder, near, far, startime=0, duration=50)
examples/helper/STG/dataset_readers.py:447
↓ 1 callersFunctionreadColmapCamerasMv
(cam_extrinsics, cam_intrinsics, images_folder, near, far, startime=0, duration=50)
examples/helper/STG/dataset_readers.py:250
↓ 1 callersFunctionreadColmapCamerasTechnicolor
(cam_extrinsics, cam_intrinsics, images_folder, near, far, startime=0, duration=50)
examples/helper/STG/dataset_readers.py:165
↓ 1 callersFunctionread_cameras_binary
see: src/base/reconstruction.cc void Reconstruction::WriteCamerasBinary(const std::string& path) void Reconstruction::ReadCameras
mpeg_gsc_utils/colmap_read_model.py:108
↓ 1 callersFunctionread_cameras_text
see: src/base/reconstruction.cc void Reconstruction::WriteCamerasText(const std::string& path) void Reconstruction::ReadCamerasTe
mpeg_gsc_utils/colmap_read_model.py:82
↓ 1 callersFunctionread_images_binary
see: src/base/reconstruction.cc void Reconstruction::ReadImagesBinary(const std::string& path) void Reconstruction::WriteImagesBi
mpeg_gsc_utils/colmap_read_model.py:168
↓ 1 callersFunctionread_images_text
see: src/base/reconstruction.cc void Reconstruction::ReadImagesText(const std::string& path) void Reconstruction::WriteImagesText
mpeg_gsc_utils/colmap_read_model.py:137
↓ 1 callersFunctionread_model
(path, ext)
mpeg_gsc_utils/colmap_read_model.py:260
↓ 1 callersFunctionread_points3D_text
see: src/base/reconstruction.cc void Reconstruction::ReadPoints3DText(const std::string& path) void Reconstruction::WritePoints3D
mpeg_gsc_utils/colmap_read_model.py:203
↓ 1 callersFunctionread_points3d_binary
see: src/base/reconstruction.cc void Reconstruction::ReadPoints3DBinary(const std::string& path) void Reconstruction::WritePoints
mpeg_gsc_utils/colmap_read_model.py:230
↓ 1 callersFunctionrelocate
Inplace relocate some dead Gaussians to the lives ones. Args: params: A dictionary of parameters. optimizers: A dictionary of opt
gsplat/strategy/ops.py:261
↓ 1 callersMethodremoveminmax
( self, params: Union[Dict[str, torch.nn.Parameter], torch.nn.ParameterDict], optimize
gsplat/strategy/STG_Strategy.py:379
↓ 1 callersMethodrender
(self, camera, timestamp)
examples/simple_viewer_dyn.py:210
↓ 1 callersMethodrender_traj
Entry for trajectory rendering.
examples/ply_loader_renderer.py:718
← previousnext →501–600 of 1,225, ranked by callers