MCPcopy Create free account

hub / github.com/JasonLSC/GSCodec_Studio / functions

Functions1,225 in github.com/JasonLSC/GSCodec_Studio

↓ 1 callersFunctionconvert_mp4_to_yuv
Convert MP4 to YUV using ffmpeg Args: input_mp4: Input MP4 filename Returns: bool: True if conversion succe
mpeg_gsc_utils/gsc_metric.py:100
↓ 1 callersFunctionconvert_mp4_to_yuv
Convert MP4 to YUV using ffmpeg Args: input_mp4: Input MP4 filename Returns: bool: True if conversion succe
examples/helper/mpeg_gsc/gsc_metric.py:317
↓ 1 callersFunctionconvert_yuv_to_mp4
(yuv_file, mp4_file, resolution)
mpeg_gsc_utils/multiview_video_preprocess/video_preprocess.py:13
↓ 1 callersFunctionconvert_yuv_to_png_sequence
(input_yuv, output_path, resolution)
mpeg_gsc_utils/multiview_video_preprocess/video_preprocess.py:40
↓ 1 callersFunctionconvertdynerftocolmapdb
(path, offset=0, downscale=1)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:108
↓ 1 callersFunctioncreate_splats_with_optimizers
( parser: Parser, init_type: str = "sfm", init_num_pts: int = 100_000, init_extent: float = 3.
examples/simple_trainer_old.py:536
↓ 1 callersFunctioncreate_splats_with_optimizers
( parser: Parser, init_type: str = "sfm", init_num_pts: int = 100_000, init_extent: float = 3.
examples/simple_trainer_dyngs.py:197
↓ 1 callersFunctioncreate_splats_with_optimizers
( parser: Parser, init_type: str = "sfm", init_num_pts: int = 100_000, init_extent: float = 3.
examples/simple_trainer_STG.py:201
↓ 1 callersFunctioncreate_splats_with_optimizers
( parser: Parser, init_type: str = "sfm", init_num_pts: int = 100_000, init_extent: float = 3.
examples/ply_loader_renderer.py:332
↓ 1 callersFunctioncreate_splats_with_optimizers
( parser: Parser, init_type: str = "sfm", init_num_pts: int = 100_000, init_extent: float = 3.
examples/simple_trainer_2dgs.py:181
↓ 1 callersFunctioncreate_splats_with_optimizers
( parser: Parser, init_type: str = "sfm", init_num_pts: int = 100_000, init_extent: float = 3.
examples/simple_trainer.py:312
↓ 1 callersFunctioncuda_toolkit_available
Check if the nvcc is avaiable on the machine.
gsplat/cuda/_backend.py:56
↓ 1 callersMethoddataset_download
(self, dataset: dataset_names)
examples/datasets/download_dataset.py:58
↓ 1 callersMethoddecode
(self, payload_dir: Optional[Path] = None, save_path: Optional[Path] = None)
gsplat/compression/post_training/orchestrator.py:115
↓ 1 callersMethoddecode
Decode artifacts back into quantized-domain tensors.
gsplat/compression/post_training/components/codec/base.py:18
↓ 1 callersMethoddecode_all
(self, frame_dir: Path, artifacts: CodecArtifacts, quant_ctx: QuantizationContext)
gsplat/compression/post_training/components/codec/manager.py:21
↓ 1 callersMethoddecompress
Run decompression Args: compress_dir (str): directory that contains compressed files Returns: Dict[str, Tens
gsplat/compression/png_compression.py:136
↓ 1 callersFunctiondepth_to_points
Convert depth maps to 3D points Args: depths: Depth maps [..., H, W, 1] camtoworlds: Camera-to-world transformation matrices [...
gsplat/utils.py:44
↓ 1 callersMethoddequantize_field
(self, tensor: torch.Tensor, stats: QuantFieldStats)
gsplat/compression/post_training/components/quant/scalar.py:76
↓ 1 callersFunctiondequantize_opacity
(op_q, b_op)
examples/helper/ges_tm/post_process_gaussian.py:34
↓ 1 callersFunctiondequantize_positions
(q_coords, meta_dir)
examples/helper/ges_tm/post_process_gaussian.py:6
↓ 1 callersFunctiondequantize_rot
(rot_q, b_s)
examples/helper/ges_tm/post_process_gaussian.py:57
↓ 1 callersFunctiondequantize_scale
(scale_q, b_s)
examples/helper/ges_tm/post_process_gaussian.py:46
↓ 1 callersFunctiondequantize_tensor
( tensor: torch.Tensor, stats: QuantFieldStats )
gsplat/compression/post_training/components/quant/scalar.py:51
↓ 1 callersFunctiondequantize_tensor
(tensor: torch.Tensor, stats: QuantFieldStats)
gsplat/compression/post_training/components/quant/vector.py:113
↓ 1 callersMethodencode
(self)
gsplat/compression/post_training/orchestrator.py:74
↓ 1 callersMethodencode
Encode tensor dict into artifacts on disk and return metadata.
gsplat/compression/post_training/components/codec/base.py:14
↓ 1 callersMethodencode_all
(self, frame_dir: Path, splats: TensorDict, quant_ctx: QuantizationContext)
gsplat/compression/post_training/components/codec/manager.py:18
↓ 1 callersMethodensure_all_attributes
(self)
gsplat/compression_simulation/config.py:133
↓ 1 callersFunctionensure_dataset_section
(data: Dict, dataset: str)
tools/merge_results.py:130
↓ 1 callersMethodeval_pngs_with_gsc_ctc_metrics
(self, )
examples/compress_ply_sequence.py:754
↓ 1 callersMethodeval_pngs_with_gsc_ctc_metrics
(self, )
examples/codec_ply_sequence.py:904
↓ 1 callersMethodexport_dyn_splats_to_ply_sequence
(self,)
examples/simple_trainer_dyngs.py:1168
↓ 1 callersFunctionextract_average_values
(variant_payload: Dict)
tools/merge_results.py:158
↓ 1 callersFunctionextract_metric
(entry: Dict, spec: MetricSpec)
tools/dyn_bench/make_rd_table.py:97
↓ 1 callersFunctionextractframes
(videopath: Path, startframe=0, endframe=300, downscale=1, save_subdir = '', ext='png')
n3d_utils/video_preprocess.py:90
↓ 1 callersFunctionfetchPly
(path)
examples/datasets/INVR.py:19
↓ 1 callersMethodfetch_image
(self, path)
examples/datasets/INVR_N3D.py:167
↓ 1 callersFunctionfilter_points_for_metric
Collect bitrate/metric samples for one method metric, filtering invalid rows. Parameters ---------- variants : OrderedDict[str, dict]
tools/dyn_bench/make_rd_curve.py:174
↓ 1 callersFunctionfind_compiler
()
tools/dyn_bench/make_rd_table.py:233
↓ 1 callersFunctionfind_compiler
()
tools/static_bench/make_rd_table.py:389
↓ 1 callersFunctionformat_dataset_label
(dataset_key: str)
tools/static_bench/make_rd_curve.py:223
↓ 1 callersFunctionformat_display_name
(method: str, variant: Optional[str])
tools/dyn_bench/make_rd_table.py:85
↓ 1 callersFunctionformat_display_name
(method: str, normalized_variant: Optional[str])
tools/static_bench/make_rd_table.py:197
↓ 1 callersFunctionformat_lambda_value
(raw_value: str)
tools/static_bench/make_rd_table.py:174
↓ 1 callersFunctionformat_metric
(value: Optional[float], decimals: int)
tools/dyn_bench/make_rd_table.py:110
↓ 1 callersFunctionformat_metric
(value: Optional[float], decimals: int)
tools/static_bench/make_rd_table.py:218
↓ 1 callersFunctionfrom_bin_stream
(filename: str, tensor_length: int)
gsplat/compression/entropy_coding_compression.py:570
↓ 1 callersMethodfrom_meta
(cls, meta: Dict[str, Any])
gsplat/compression/post_training/codec.py:60
↓ 1 callersMethodfrom_params
(params: Dict[str, Any] | None)
gsplat/compression/post_training/codecs/__init__.py:25
↓ 1 callersMethodfrom_trainer_config
(cls, cfg: Any)
gsplat/compression_simulation/config.py:195
↓ 1 callersFunctiongather_method_order
Return the display order of methods exactly as they appear in the JSON. Parameters ---------- results : OrderedDict[str, OrderedDict[str,
tools/dyn_bench/make_rd_curve.py:158
↓ 1 callersFunctiongather_method_order
(results: OrderedDict)
tools/static_bench/make_rd_curve.py:215
↓ 1 callersFunctiongaussian_downsample
Apply Gaussian filtering followed by downsampling to reduce aliasing artifacts. Args: input_tensor (torch.Tensor): Input tensor
gsplat/compression/yuv_utils.py:350
↓ 1 callersFunctiongen_poses
(basedir, match_type, factors=None)
mpeg_gsc_utils/multiview_video_preprocess/gen_poses_bds_file.py:190
↓ 1 callersFunctionget_bitrate_from_compression_folder
Calculate bitrate from compression folder size and frame number.
scripts/main_track_vid/extract_metrics.py:53
↓ 1 callersFunctionget_bitrate_from_compression_folder
Calculate bitrate from compression folder size and frame number.
scripts/1f_vid/extract_metrics.py:53
↓ 1 callersFunctionget_center_and_diag
(cam_centers)
examples/helper/STG/dataset_readers.py:58
↓ 1 callersFunctionget_component_sizes_from_compression_folder
Aggregate sizes (in bytes) for each component in the compression folder. Components include: means, sh0, sh1, sh2, sh3, quats, scales, opacities,
scripts/main_track_vid/extract_metrics.py:93
↓ 1 callersFunctionget_component_sizes_from_compression_folder
Aggregate sizes (in bytes) for each component in the compression folder. Components include: means, sh0, sh1, sh2, sh3, quats, scales, opacities,
scripts/1f_vid/extract_metrics.py:93
↓ 1 callersMethodget_decompressed_means
(self, compress_dir: str, meta_means: Dict)
gsplat/compression/entropy_coding_compression.py:193
↓ 1 callersFunctionget_ext
()
setup.py:26
↓ 1 callersFunctionget_extensions
()
setup.py:32
↓ 1 callersMethodget_mask_ratio
(self)
gsplat/compression_simulation/ada_mask.py:59
↓ 1 callersMethodget_profiler
(self, tb_writer)
examples/simple_trainer_old.py:948
↓ 1 callersMethodget_profiler
(self, tb_writer)
examples/simple_trainer_dyngs.py:455
↓ 1 callersMethodget_profiler
(self, tb_writer)
examples/simple_trainer_STG.py:482
↓ 1 callersMethodget_profiler
(self, tb_writer)
examples/simple_trainer.py:625
↓ 1 callersMethodget_rays
R: c2w T: w2c
examples/simple_trainer_dyngs.py:969
↓ 1 callersMethodget_rays
R: c2w T: w2c
examples/simple_trainer_STG.py:1048
↓ 1 callersFunctionget_registry
Return a copy of the quantizer registry mapping name -> class.
gsplat/compression/post_training/components/quant/registry.py:21
↓ 1 callersMethodget_sliced_splats_from_dyn_splats
examples/simple_trainer_dyngs.py:1188
↓ 1 callersMethodget_sparsity_loss
(self, lambda_l1=0.01, lambda_target=0.1)
gsplat/compression_simulation/ada_mask.py:45
↓ 1 callersFunctionget_w2c
(camera)
examples/simple_viewer_dyn.py:56
↓ 1 callersFunctiongetcolmapsinglen3d
(folder, offset)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:152
↓ 1 callersFunctionidentify_group
(method: str)
tools/static_bench/make_rd_curve.py:166
↓ 1 callersFunctionimage_path_to_tensor
(image_path: Path)
examples/image_fitting.py:152
↓ 1 callersFunctioninject_noise_to_position
( params: Union[Dict[str, torch.nn.Parameter], torch.nn.ParameterDict], optimizers: Dict[str, torch.op
gsplat/strategy/ops.py:360
↓ 1 callersFunctioninterp
Runs multidimensional B-spline interpolation on the input points.
examples/datasets/traj.py:239
↓ 1 callersFunctioninverse_log_transform
(y)
examples/helper/ges_tm/post_process_gaussian.py:23
↓ 1 callersFunctioninverse_sigmoid
(x)
examples/simple_trainer_STG.py:1273
↓ 1 callersFunctioninversestep1
(newposes)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:33
↓ 1 callersFunctioninversestep2
(newposes)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:31
↓ 1 callersFunctioninversestep3
(newposes)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:23
↓ 1 callersFunctioninversestep4
(c2w_mats)
mpeg_gsc_utils/multiview_video_preprocess/run_per_frame_colmap.py:21
↓ 1 callersFunctionkernel
(cam_id, gauss_id)
gsplat/cuda/_torch_impl.py:372
↓ 1 callersMethodlevels
(self)
gsplat/compression/post_training/configs.py:122
↓ 1 callersFunctionloadCam
(args, id, cam_info, resolution_scale)
examples/helper/STG/camera_utils.py:25
↓ 1 callersFunctionloadCamnogt
(args, id, cam_info, resolution_scale)
examples/helper/STG/camera_utils.py:218
↓ 1 callersFunctionloadCamv2
(args, id, cam_info, resolution_scale)
examples/helper/STG/camera_utils.py:71
↓ 1 callersFunctionloadCamv2ss
(args, id, cam_info, resolution_scale)
examples/helper/STG/camera_utils.py:171
↓ 1 callersMethodload_all_from_yuv
Loads attributes specified by `param_names` from decoded YUV files.
gsplat/compression/yuv_io.py:121
↓ 1 callersFunctionload_ckpt_file
(path: Union[str, Path])
gsplat/compression/post_training/io.py:137
↓ 1 callersFunctionload_colmap_data
(realdir)
mpeg_gsc_utils/multiview_video_preprocess/gen_poses_bds_file.py:62
↓ 1 callersFunctionload_config_updates
Load overrides from a YAML file.
cfg_sys/config_manager.py:55
↓ 1 callersMethodload_entropy_model_from_ckpt
(self, ckpt: Dict, entropy_model_type: str)
examples/simple_trainer_old.py:1672
↓ 1 callersFunctionload_metrics_from_json
Load PSNR, SSIM, and LPIPS metrics from a JSON file. Args: json_path: Path to the JSON file containing metrics Retu
tools/summarize_rd_from_exps.py:135
↓ 1 callersFunctionload_results
Load the dynamic benchmark JSON into a nested OrderedDict structure. Parameters ---------- path : Path Location of the JSON file
tools/dyn_bench/make_rd_curve.py:97
↓ 1 callersFunctionload_results
(path: Path)
tools/static_bench/make_rd_curve.py:158
↓ 1 callersMethodload_state_dict
(self, state: MutableMapping[str, Any])
gsplat/compression_simulation/runtime.py:83
← previousnext →401–500 of 1,225, ranked by callers