File size: 685 Bytes
77834ec |
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 |
# Core ML and Deep Learning torch>=2.0.0 torchvision>=0.15.0 transformers>=4.21.0 # Computer Vision and Image Processing opencv-python>=4.5.0 pillow>=8.0.0 scikit-image>=0.19.0 # Scientific Computing numpy>=1.21.0 scipy>=1.7.0 # Visualization and Plotting matplotlib>=3.5.0 plotly>=5.0.0 seaborn>=0.11.0 # 3D Processing open3d>=0.15.0 # Web Interface gradio>=3.50.2 fastapi>=0.68.0 uvicorn>=0.15.0 # Utilities requests>=2.25.0 tqdm>=4.62.0 pyyaml>=5.4.0 # Optional: For better performance albumentations>=1.0.0 timm>=0.6.0 # For DepthAnythingV2 (these will be installed when cloning the repo) # The following are typically included in DepthAnythingV2's setup.py einops xformers |