README.md
pyproject.toml
monopriors/__init__.py
monopriors/depth_fuser.py
monopriors/depth_utils.py
monopriors/monoprior_models.py
monopriors/rr_logging_utils.py
monopriors.egg-info/PKG-INFO
monopriors.egg-info/SOURCES.txt
monopriors.egg-info/dependency_links.txt
monopriors.egg-info/top_level.txt
monopriors/data/__init__.py
monopriors/data/nerfstudio_data.py
monopriors/data/polycam_data.py
monopriors/data/sdfstudio_data.py
monopriors/gradio_ui/__init__.py
monopriors/gradio_ui/depth_compare_ui.py
monopriors/gradio_ui/depth_inference_ui.py
monopriors/metric_depth_models/__init__.py
monopriors/metric_depth_models/base_metric_depth.py
monopriors/metric_depth_models/metric3d.py
monopriors/metric_depth_models/unidepth.py
monopriors/relative_depth_models/__init__.py
monopriors/relative_depth_models/base_relative_depth.py
monopriors/relative_depth_models/depth_anything_v1.py
monopriors/relative_depth_models/depth_anything_v2.py
monopriors/relative_depth_models/metric3d_relative.py
monopriors/relative_depth_models/unidepth.py
monopriors/surface_normal_models/__init__.py
monopriors/surface_normal_models/base_normal_model.py
monopriors/surface_normal_models/dsine_model.py
monopriors/surface_normal_models/omni_normal_model.py
monopriors/third_party/depth_anything_v2/dinov2.py
monopriors/third_party/depth_anything_v2/dpt.py
monopriors/third_party/depth_anything_v2/dinov2_layers/__init__.py
monopriors/third_party/depth_anything_v2/dinov2_layers/attention.py
monopriors/third_party/depth_anything_v2/dinov2_layers/block.py
monopriors/third_party/depth_anything_v2/dinov2_layers/drop_path.py
monopriors/third_party/depth_anything_v2/dinov2_layers/layer_scale.py
monopriors/third_party/depth_anything_v2/dinov2_layers/mlp.py
monopriors/third_party/depth_anything_v2/dinov2_layers/patch_embed.py
monopriors/third_party/depth_anything_v2/dinov2_layers/swiglu_ffn.py
monopriors/third_party/depth_anything_v2/util/blocks.py
monopriors/third_party/depth_anything_v2/util/transform.py
monopriors/third_party/dsine/__init__.py
monopriors/third_party/dsine/dsine.py
monopriors/third_party/dsine/dsine_kappa.py
monopriors/third_party/dsine/submodules.py
monopriors/third_party/dsine/utils/__init__.py
monopriors/third_party/dsine/utils/rotation.py
monopriors/third_party/dsine/utils/utils.py
tools/app.py
tools/compare_normals.py
tools/gradio_app.py
tools/inference_polycam.py
tools/nerfstudio_to_sdfstudio.py
tools/run_relative_depth.py
tools/upload_to_hf.py
tools/view_sdfstudio.py