LICENSE
MANIFEST.in
README.md
pyproject.toml
src/vibephysics/__init__.py
src/vibephysics.egg-info/PKG-INFO
src/vibephysics.egg-info/SOURCES.txt
src/vibephysics.egg-info/dependency_links.txt
src/vibephysics.egg-info/entry_points.txt
src/vibephysics.egg-info/requires.txt
src/vibephysics.egg-info/top_level.txt
src/vibephysics/annotation/__init__.py
src/vibephysics/annotation/base.py
src/vibephysics/annotation/bbox.py
src/vibephysics/annotation/manager.py
src/vibephysics/annotation/motion_trail.py
src/vibephysics/annotation/point_tracking.py
src/vibephysics/camera/__init__.py
src/vibephysics/camera/base.py
src/vibephysics/camera/center.py
src/vibephysics/camera/following.py
src/vibephysics/camera/manager.py
src/vibephysics/camera/mounted.py
src/vibephysics/feedforward/SKILL.md
src/vibephysics/feedforward/__init__.py
src/vibephysics/feedforward/algo_3d_bbox.py
src/vibephysics/feedforward/common.py
src/vibephysics/feedforward/config.py
src/vibephysics/feedforward/deps.py
src/vibephysics/feedforward/export.py
src/vibephysics/feedforward/frame_postprocess.py
src/vibephysics/feedforward/ground_align.py
src/vibephysics/feedforward/reconstruct.py
src/vibephysics/feedforward/schema.py
src/vibephysics/feedforward/visual.py
src/vibephysics/feedforward/configs/feedforward.yaml
src/vibephysics/feedforward/detection_seg/__init__.py
src/vibephysics/feedforward/dvlt/__init__.py
src/vibephysics/feedforward/lingbot_map/__init__.py
src/vibephysics/feedforward/map_anything/__init__.py
src/vibephysics/feedforward/r3/__init__.py
src/vibephysics/feedforward/vgg_ttt/__init__.py
src/vibephysics/feedforward/vggt_omega/__init__.py
src/vibephysics/foundation/README.md
src/vibephysics/foundation/__init__.py
src/vibephysics/foundation/go2.py
src/vibephysics/foundation/ground.py
src/vibephysics/foundation/lighting.py
src/vibephysics/foundation/materials.py
src/vibephysics/foundation/objects.py
src/vibephysics/foundation/open_duck.py
src/vibephysics/foundation/physics.py
src/vibephysics/foundation/robot.py
src/vibephysics/foundation/trajectory.py
src/vibephysics/foundation/water.py
src/vibephysics/mapping/__init__.py
src/vibephysics/mapping/colmap.py
src/vibephysics/mapping/config.py
src/vibephysics/mapping/map_visual.py
src/vibephysics/mapping/pipeline.py
src/vibephysics/mapping/utils.py
src/vibephysics/mapping/configs/sfm.yaml
src/vibephysics/setup/__init__.py
src/vibephysics/setup/exporter.py
src/vibephysics/setup/gsplat.py
src/vibephysics/setup/importer.py
src/vibephysics/setup/postprocess_blend.py
src/vibephysics/setup/scene.py
src/vibephysics/setup/viewport.py