README.md
pyproject.toml
configs/__init__.py
configs/options.py
configs/options_decoder.py
configs/options_inference.py
datasets/__init__.py
datasets/augmentv2.py
datasets/provider_co3d.py
datasets/provider_combined.py
datasets/provider_davis.py
datasets/provider_re10k_map.py
datasets/provider_vos.py
datasets/transform_utils.py
encoders/__init__.py
encoders/dinov2_wrapper.py
encoders/dinov2/__init__.py
encoders/dinov2/hub/__init__.py
encoders/dinov2/hub/backbones.py
encoders/dinov2/hub/classifiers.py
encoders/dinov2/hub/depthers.py
encoders/dinov2/hub/utils.py
encoders/dinov2/hub/depth/__init__.py
encoders/dinov2/hub/depth/decode_heads.py
encoders/dinov2/hub/depth/encoder_decoder.py
encoders/dinov2/hub/depth/ops.py
encoders/dinov2/layers/__init__.py
encoders/dinov2/layers/attention.py
encoders/dinov2/layers/block.py
encoders/dinov2/layers/dino_head.py
encoders/dinov2/layers/drop_path.py
encoders/dinov2/layers/layer_scale.py
encoders/dinov2/layers/mlp.py
encoders/dinov2/layers/patch_embed.py
encoders/dinov2/layers/swiglu_ffn.py
encoders/dinov2/models/__init__.py
encoders/dinov2/models/vision_transformer.py
gaussian_renderer_dynamic/__init__.py
gaussian_renderer_dynamic/diff_gaussian_rasterization.py
gaussian_renderer_dynamic/network_gui.py
model/depth_wrapper.py
model/encoder_model.py
model/midas_loss.py
model/mixture_model_utils.py
model/model_utils.py
model/splat_model.py
model/splat_model_inference.py
model/transformer_utils.py
model/depth_anything/app.py
model/depth_anything/demo-run.py
model/depth_anything/run.py
model/depth_anything/run_video.py
model/depth_anything/depth_anything_v2/dinov2.py
model/depth_anything/depth_anything_v2/dpt.py
model/depth_anything/depth_anything_v2/dinov2_layers/__init__.py
model/depth_anything/depth_anything_v2/dinov2_layers/attention.py
model/depth_anything/depth_anything_v2/dinov2_layers/block.py
model/depth_anything/depth_anything_v2/dinov2_layers/drop_path.py
model/depth_anything/depth_anything_v2/dinov2_layers/layer_scale.py
model/depth_anything/depth_anything_v2/dinov2_layers/mlp.py
model/depth_anything/depth_anything_v2/dinov2_layers/patch_embed.py
model/depth_anything/depth_anything_v2/dinov2_layers/swiglu_ffn.py
model/depth_anything/depth_anything_v2/util/blocks.py
model/depth_anything/depth_anything_v2/util/transform.py
streamsplat/__init__.py
streamsplat.egg-info/PKG-INFO
streamsplat.egg-info/SOURCES.txt
streamsplat.egg-info/dependency_links.txt
streamsplat.egg-info/requires.txt
streamsplat.egg-info/top_level.txt
utils/__init__.py
utils/camera_utils.py
utils/data_utils.py
utils/general_utils.py
utils/graphics_utils.py
utils/image_utils.py
utils/loss_utils.py
utils/metrics.py
utils/sh_utils.py
utils/system_utils.py