Spaces:
Running
Running
File size: 659 Bytes
1c22ebc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | # Core dependencies torch==2.8.0 torchvision einops huggingface_hub>=0.34.0 numpy<2 opencv-python # Gradio and Spaces #gradio==6.17.3 spaces pillow>=9.0 evo # 3D and visualization trimesh open3d plyfile # Image/video processing imageio pillow_heif safetensors moviepy==1.0.3 # Math and geometry e3nn # Utilities requests omegaconf typer>=0.9.0 tqdm # Web frameworks (optional API features) #fastapi #uvicorn # 3D Gaussian Splatting # Note: This requires CUDA during build. If build fails on Spaces, see alternative solutions. gsplat @ https://github.com/John6666cat/gsplat/releases/download/20260612b/gsplat-1.5.3+pt28cu128-cp310-cp310-linux_x86_64.whl |