zoo3d / requirements.txt
bulatko's picture
Runtime fallback: install local detectron2 if import fails (no build isolation)
c4d6e9e
torch==2.3.1
torchvision==0.18.1
numpy==1.26.1
Pillow
huggingface_hub
einops
safetensors
gradio==5.17.1
gradio_client==1.7.1
opencv-python
requests
trimesh
matplotlib
open-clip-torch
open3d
tqdm
hydra-core
omegaconf
scipy
onnxruntime
gdown
# CropFormer/Mask2Former dependencies
mmcv>=1.4.0,<2.0.0
cython
shapely
timm
h5py
scikit-image
# detectron2 runtime deps (needed when importing vendored detectron2 via PYTHONPATH)
# NOTE (HF Spaces): do not use local-path installs here.
# HF builds install requirements BEFORE copying the repo into /app.
# detectron2 is installed from vendored source in `postBuild`.