LICENSE
NOTICE
README.md
pyproject.toml
docs/PYPI.md
reshot/__init__.py
reshot/_version.py
reshot/cli.py
reshot/config.py
reshot/errors.py
reshot/io.py
reshot/pipeline.py
reshot/planning.py
reshot/postprocess.py
reshot/py.typed
reshot/reporter.py
reshot/targets.py
reshot.egg-info/PKG-INFO
reshot.egg-info/SOURCES.txt
reshot.egg-info/dependency_links.txt
reshot.egg-info/entry_points.txt
reshot.egg-info/requires.txt
reshot.egg-info/top_level.txt
reshot/backends/__init__.py
reshot/backends/base.py
reshot/backends/fake.py
reshot/backends/vda.py
reshot/third_party/__init__.py
reshot/third_party/video_depth_anything/LICENSE
reshot/third_party/video_depth_anything/__init__.py
reshot/third_party/video_depth_anything/dinov2.py
reshot/third_party/video_depth_anything/dpt.py
reshot/third_party/video_depth_anything/dpt_temporal.py
reshot/third_party/video_depth_anything/video_depth.py
reshot/third_party/video_depth_anything/video_depth_stream.py
reshot/third_party/video_depth_anything/dinov2_layers/__init__.py
reshot/third_party/video_depth_anything/dinov2_layers/attention.py
reshot/third_party/video_depth_anything/dinov2_layers/block.py
reshot/third_party/video_depth_anything/dinov2_layers/drop_path.py
reshot/third_party/video_depth_anything/dinov2_layers/layer_scale.py
reshot/third_party/video_depth_anything/dinov2_layers/mlp.py
reshot/third_party/video_depth_anything/dinov2_layers/patch_embed.py
reshot/third_party/video_depth_anything/dinov2_layers/swiglu_ffn.py
reshot/third_party/video_depth_anything/motion_module/__init__.py
reshot/third_party/video_depth_anything/motion_module/attention.py
reshot/third_party/video_depth_anything/motion_module/motion_module.py
reshot/third_party/video_depth_anything/util/__init__.py
reshot/third_party/video_depth_anything/util/align.py
reshot/third_party/video_depth_anything/util/blocks.py
reshot/third_party/video_depth_anything/util/transform.py
reshot/web/__init__.py
reshot/web/index.html
tests/test_io.py
tests/test_model_smoke.py
tests/test_pipeline.py
tests/test_planning.py
tests/test_postprocess.py
tests/test_web.py